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
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
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
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