[PyQt] PyQt, uic and cx_freeze
Matthew Huck
Matthew.Huck at unlimitedrealities.com
Wed Sep 22 19:37:43 BST 2010
Hi,
I'm in the process of trying cx_freeze an PyQt app I've written and have discovered the following bug:
In PyQt/uic/port_v3/proxy_base.py, on line 4, if it reads
"class ProxyBase(metaclass):"
the code can be interpreted by python 2.6, and 3.1, however with it in it's default state of
"class ProxyBase(metaclass=ProxyType):"
only 3.1 can interpret it.
Cheers
Matthew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100923/007ccf39/attachment.html>
More information about the PyQt
mailing list