Re: [PyQt] Help installing PyQt on Linux

2009-08-10 Thread Hans-Peter Jansen
Am Montag, 10. August 2009 schrieb Aleksandar Nedeljkovic: > Unfortunately, me again. > It seems that there wasn't Qt on my computer. When I try to install it, > configure part goes fine, but when I try to 'make', Linux returns to me > something like this: > > In file included from ../../include/Qt

Re: [PyQt] Help installing PyQt on Linux

2009-08-10 Thread Aleksandar Nedeljkovic
Unfortunately, me again. It seems that there wasn't Qt on my computer. When I try to install it, configure part goes fine, but when I try to 'make', Linux returns to me something like this: In file included from ../../include/QtCore/qeventloop.h:1, from ../../include/QtCore/../../

Re: [PyQt] Help installing PyQt on Linux

2009-08-07 Thread Andreas Pakulat
On 07.08.09 12:01:08, Aleksandar Nedeljkovic wrote: > Hello, me again. > > I sucessfully installed sip, but when I tried to install PyQt (typing > "python configure.py"), all I got is: > > Error: Failed to determine the layout of your Qt installation. Try again > using > the --verbose flag to see

Re: [PyQt] Help installing PyQt on Linux

2009-08-07 Thread Raoul Snyman
On Friday 07 August 2009 12:01:08 Aleksandar Nedeljkovic wrote: > I know that is probably some stupid mistake, like the last time. > > I am using CentOs 4.4. Surely your distro has already-compiled packages in it's repository system? AFAIK from Fedora it's a simple case of: # yum install qt-x11

[PyQt] Help installing PyQt on Linux

2009-08-07 Thread Aleksandar Nedeljkovic
Hello, me again. I sucessfully installed sip, but when I tried to install PyQt (typing "python configure.py"), all I got is: Error: Failed to determine the layout of your Qt installation. Try again using the --verbose flag to see more detail about the problem. When I type "python configure.py --

Re: [PyQt] Help installing PyQt on Linux

2009-08-06 Thread Hans-Peter Jansen
Am Donnerstag, 6. August 2009 schrieb Aleksandar Nedeljkovic: > Hello! > I tried to install PyQt, therefore I must install sip before. > > When I try to run configure.py for SIP, there was an error, something > like module siputils has no attribute inform. > > When I look into the file siputils.py

[PyQt] Help installing PyQt on Linux

2009-08-06 Thread Aleksandar Nedeljkovic
Hello! I tried to install PyQt, therefore I must install sip before. When I try to run configure.py for SIP, there was an error, something like module siputils has no attribute inform. When I look into the file siputils.py I saw that the file is empty. Should it be, or there is mistake on website