Re: [PyQt] Exception while running metaSIP

2012-11-01 Thread Luca Beltrame
In data giovedì 01 novembre 2012 17:27:35, Phil Thompson ha scritto: > metasip is a Python3 application. I use it (with Python v3.3, dip v0.4.4) > all the time without problems. It turned out it was a local issue, properly reinstalling dip and then metasip solved it, followed by a manual copy of

Re: [PyQt] Exception while running metaSIP

2012-11-01 Thread Phil Thompson
On Tue, 30 Oct 2012 14:50:14 +0100, Luca Beltrame wrote: > Hello, > > I'm trying to run MetaSIP, but I keep on hitting this exception: > > $ msip > Traceback (most recent call last): > File "/usr/bin/msip", line 228, in > rc = launchGUI(prjname, guiargs) > File "/usr/bin/msip", line 145

[PyQt] Exception while running metaSIP

2012-10-30 Thread Luca Beltrame
Hello, I'm trying to run MetaSIP, but I keep on hitting this exception: $ msip Traceback (most recent call last): File "/usr/bin/msip", line 228, in rc = launchGUI(prjname, guiargs) File "/usr/bin/msip", line 145, in launchGUI view = view_factory() File "/usr/lib/python2.7/site-pac