Hello, to test pyqt4, i install mingw, qt 4.0.1 on win xp. next, i install sip 4.3.2 with this error
python configure.py -p win32-g++
This is SIP 4.3.2 for Python 2.4.2 on win32.
Error: qglobal.h could not be found in C:\Qt\4.0.1\include. yes, the file qglobal.h could not be found in C:\Qt\4.0.1\include, the file exits in C:\Qt\4.0.1\include\Qt
so, i change configure.py line 352 to
     qglobal = os.path.join(qt_incdir, "qt\qglobal.h")
the next result is
python configure.py -p win32-g++
This is SIP 4.3.2 for Python 2.4.2 on win32.
Error: The Qt version number could not be determined by parsing in C:\Qt\4.0.1\include\qt\qglobal.h is my qt installtion wrong ?
_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to