[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

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