Re: [Pythonmac-SIG] Latest Py2app bug..

2009-10-09 Thread Christopher Barker
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 ->

Re: [Pythonmac-SIG] Latest Py2app bug..

2009-10-09 Thread Luis A. Bastiao Silva
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

Re: [Pythonmac-SIG] Latest Py2app bug..

2009-10-09 Thread hari jayaram
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