I'm having a problem with creating a custom pyqt3 module for a QGLWidget derived class on ubuntu breezy - however, the same configuration and build procedure is working correctly on the beta dapper system that I have here.
The short description is that I've copied the suggested configure.py and config.py.in from:
http://www.riverbankcomputing.com/Docs/sip4/sipref.html#a-more-complex-c-example
into my project (as configure.py and qtplayerconfig.py.in) and done a global search and replace from [Hh]ello to [Qq]tplayer.
When I run:
python ./configure.py
I get the following response:
Error: The target uses Qt but pyqtconfig has not been imported.
However, I can see from both strace and a python -v that the pyqtconfig module is indeed loaded.
The script is bailing on:
makefile = pyqtconfig.QtModuleMakefile(
configuration=config,
build_file=build_file,
installs=installs
)
Does anyone have any suggestions? I am quite happy to provide any more information that may be required.
Cheers,
Charlie
_______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde