[PyKDE] PyQt4 20060313 pyqtconfig.py problem
Gerard Vermeulen
gerard.vermeulen at grenoble.cnrs.fr
Tue Mar 14 06:08:12 GMT 2006
Phil,
the most recent PyQt4 pyqtconfig.py defines QtAssistantModuleMakefile before
QtNetworkModuleMakefile. This leads to this traceback:
Traceback (most recent call last):
File "configure.py", line 901, in ?
main()
File "configure.py", line 869, in main
configuration = get_pyqt_configuration(options)
File "configure.py", line 37, in get_pyqt_configuration
import PyQt4.pyqtconfig as pyqtconfig
File "/home/packer/usr/lib/python2.4/site-packages/PyQt4/pyqtconfig.py", line 181, in ?
class QtAssitantModuleMakefile(QtNetworkModuleMakefile):
NameError: name 'QtNetworkModuleMakefile' is not defined
Gerard
More information about the PyQt
mailing list