Re: [Pythonmac-SIG] Semi-standalone Qt py2app can't find qt.so

2007-07-22 Thread Ronald Oussoren
On 21 Jul, 2007, at 13:19, Ivan Vilata i Balaguer wrote: Doug Anderson (el 2007-07-20 a les 12:05:31 -0700) va dir:: I'm not sure if it'll help, but I managed to set semi-standalone working by doing something like this (I've trimmed my actual usage, but I think this is all the important stuff

Re: [Pythonmac-SIG] Semi-standalone Qt py2app can't find qt.so

2007-07-21 Thread Ivan Vilata i Balaguer
Doug Anderson (el 2007-07-20 a les 12:05:31 -0700) va dir:: > I'm not sure if it'll help, but I managed to set semi-standalone > working by doing something like this (I've trimmed my actual usage, > but I think this is all the important stuff): > > PLIST = {\ > 'PyResourcePackages

Re: [Pythonmac-SIG] Semi-standalone Qt py2app can't find qt.so

2007-07-20 Thread Doug Anderson
I'm not sure if it'll help, but I managed to set semi-standalone working by doing something like this (I've trimmed my actual usage, but I think this is all the important stuff): PLIST = {\ 'PyResourcePackages': [ 'lib/python2.4', 'lib/python2.4/l

[Pythonmac-SIG] Semi-standalone Qt py2app can't find qt.so

2007-07-20 Thread Ivan Vilata i Balaguer
Hi people, I'm attaching an utterly trivial project (the hello world example from the PyQt tutorial) which shows that py2app-generated *semi-standalone* apps using Qt fail to run, apparently because of the path to the Qt libs included in the appdir not being placed in ``sys.path``. To check this