Hi all,<br>
<br>
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.<br>
<br>
The short description is that I've copied the suggested configure.py and <a href="http://config.py.in">config.py.in</a> from:<br>
<br>
<a href="http://www.riverbankcomputing.com/Docs/sip4/sipref.html#a-more-complex-c-example">http://www.riverbankcomputing.com/Docs/sip4/sipref.html#a-more-complex-c-example</a><br>
<br>
into my project (as configure.py and <a href="http://qtplayerconfig.py.in">qtplayerconfig.py.in</a>) and done a global search and replace from [Hh]ello to [Qq]tplayer.<br>
<br>
When I run:<br>
<br>
python ./configure.py<br>
<br>
I get the following response:<br>
<br>
Error: The target uses Qt but pyqtconfig has not been imported.<br>
<br>
However, I can see from both strace and a python -v that the pyqtconfig module is indeed loaded. <br>
<br>
The script is bailing on:<br>
<br>
makefile = pyqtconfig.QtModuleMakefile(<br>
&nbsp;&nbsp;&nbsp; configuration=config,<br>
&nbsp;&nbsp;&nbsp; build_file=build_file,<br>
&nbsp;&nbsp;&nbsp; installs=installs<br>
)<br>
<br>
Does anyone have any suggestions? I am quite happy to provide any more information that may be required.<br>
<br>
Cheers,<br>
<br>
Charlie<br>