[PyKDE] Non-threaded Qt?

Jim Bublitz jbublitz at nwinternet.com
Tue Apr 8 02:30:00 BST 2003


On 07-Apr-03 Marc Lavallée wrote:
> If found the response to my question: the "PyQt/sip" directory
> can be specified with the "-v" parameter.

Good.

>> Traceback (most recent call last):
>>   File "build.py", line 1468, in ?
>>     main(sys.argv)
>>   File "build.py", line 1392, in main
>>     installChecks()
>>   File "build.py", line 860, in installChecks
>>     checkPyQt ()
>>   File "build.py", line 723, in checkPyQt
>>     pyqt = 'PyQt-x11-gpl-' + PYQT_VERSION
>> TypeError: cannot concatenate 'str' and 'int' objects
>> -----------------------------------------------------------------
>> ------
 
>> I'm new to Python. That should be easy to fix...

That's definitely a bug in build.py anyway - in that instance, 
    
    str (PYQT_VERSION)

would fix it, but I'll track down the cause of the error and
correct it.

Jim




More information about the PyQt mailing list