[PyQt] Help installing PyQt on Linux

Hans-Peter Jansen hpj at urpla.net
Mon Aug 10 18:08:28 BST 2009


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/QtCore/qeventloop.h:1,
>                  from
> ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:43,
>                  from ../../include/QtCore/qcoreapplication.h:1,
>                  from global/qlibraryinfo.cpp:50:
> ../../include/QtCore/../../src/corelib/kernel/qeventloop.h:47: error:
> `QtValidLicenseForCoreModule' does not name a type
> In file included from ../../include/QtCore/qcoreapplication.h:1,
>                  from global/qlibraryinfo.cpp:50:
> ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:57:
> error: `QtValidLicenseForCoreModule' does not name a type
> make[1]: *** [.obj/release-shared/qlibraryinfo.o] Error 1
> make[1]: Leaving directory
> `/home/Instalacije/Qt/qt-x11-opensource-src-4.4.3/src/corelib'
> make: *** [sub-corelib-make_default-ordered] Error 2

Aleksandar - in one word: don't.

Tell us, which Linux-flavor you're using, and we tell you, what packages you 
should install, _OR_ look for packages named qt4, libqt4, libqt4-devel, or 
the like. While at it, look for PyQt4 or python-qt4 packages, too. 

I bet, they all exist, and you start right away to play with it...

Pete


More information about the PyQt mailing list