hari jayaram wrote:
I looked at all my app bundles created with py2app .
Inside App/Contents/MacOS
The python is a link to the system python .
harijaymac:MacOS hari$ ls -altrh
total 208
drwxr-xr-x 7 hari harijay 238B Oct 8 16:20 ..
lrwxr-xr-x 1 hari harijay92B Oct 8 16:20 python ->
Yeap.
It works at Snow Leopard. By the way it still broken with macho lib headers.
:( Nobody can fix it?
On Fri, Oct 9, 2009 at 11:38 PM, Christopher Barker
wrote:
> hari jayaram wrote:
>
>> I looked at all my app bundles created with py2app .
>> Inside App/Contents/MacOS
>> The python is a link
I am running python.org 2.5.4
On mac OSX Leopard 10.5.9
so the py2applet is definitely "broken" in that it is not bundling
python but symlinking to the framework on leopard
Hari
On Fri, Oct 9, 2009 at 6:49 PM, Luis A. Bastiao Silva
wrote:
> Yeap.
>
> It works at Snow Leopard. By the way it st