PyQt + python3?

Kevin Kofler kevin.kofler at chello.at
Fri Oct 22 13:51:33 UTC 2010


Toshio Kuratomi wrote:
> Thanks for sharing this!  I've added a page on python.org's wiki for
> porting tips for python3 and pyqt:
> 
> http://wiki.python.org/moin/PortingPythonToPy3k/PyQt4
> 
> Feel free to add or correct information there.  I'm not certain if it
> still does but in the past the python wiki allowed anonymous edits if you
> don't want to make an account.

Is it possible to use:

import sip
sip.setapi('QString', 1)

to continue using the original QString on Python 3?

        Kevin Kofler



More information about the devel mailing list