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
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/../../
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
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
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 --
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
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