Matteo Boscolo píše v Ne 05. 12. 2010 v 09:27 +0100: > I got this problem even in other part of the program related to > Qvariant .. > any Idea Help ?
You could try to use SIP API v2 and then you don't need QVariant and QString anymore. The conversion to/from QVariant and QString is done automatically: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#selecting-incompatible-apis however then have a look at http://www.pyinstaller.org/wiki/PyQtChangeApiVersion -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
