Re: [PyQt] bug: Python 2 exception in PyQt-Py3.1-gpl-4.8.1-1

2010-12-04 Thread KONTRA, Gergely
It worked for me with 3.1, I just have to delete the python2 pyqt bindings from the site-packages... +-[ Gergely Kontra ]--+ | | | Mobile:(+36 20)356 9656 | |

Re: [PyQt] bug: Python 2 exception in PyQt-Py3.1-gpl-4.8.1-1

2010-12-03 Thread Daniel Goertzen
Ah, sounds like a cx_freeze problem them. Other than that issue, cx_freeze appeared to work fine. The pyInstaller homepage says that it only supports up to python 2.7. Since I'm using 3.1, I didn't even try it. Thanks, Dan. On Fri, Dec 3, 2010 at 4:21 PM, Hans-Peter Jansen wrote: > On Frid

Re: [PyQt] bug: Python 2 exception in PyQt-Py3.1-gpl-4.8.1-1

2010-12-03 Thread Hans-Peter Jansen
On Friday 03 December 2010, 21:47:06 Daniel Goertzen wrote: > While running cx_freeze with an installation of > PyQt-Py3.1-gpl-4.8.1-1, I got the following error: > > > File > "C:\Python31\lib\site-packages\PyQt4\uic\port_v2\load_plugin.py", ^^^ > li

[PyQt] bug: Python 2 exception in PyQt-Py3.1-gpl-4.8.1-1

2010-12-03 Thread Daniel Goertzen
While running cx_freeze with an installation of PyQt-Py3.1-gpl-4.8.1-1, I got the following error: File "C:\Python31\lib\site-packages\PyQt4\uic\port_v2\load_plugin.py", line 17 except Exception, e: ^ SyntaxError: invalid syntax make: *** [freeze] Error 1 Changing the