Re: [Pythonmac-SIG] py2app with 64-bit argv emulation support

2011-10-11 Thread Hamid M.
On Mon, Oct 10, 2011 at 10:57 PM, Hamid M. wrote: > On Mon, Oct 10, 2011 at 5:07 PM, Sean Robinson > wrote: >>  Have you tried the 0.6.4 pre-release version from >> https://bitbucket.org/ronaldoussoren/py2app ?  In that version, >> argv_emulation works for me in 64-bit. >> > > Thanks for the link

Re: [Pythonmac-SIG] py2app with 64-bit argv emulation support

2011-10-10 Thread Hamid M.
On Mon, Oct 10, 2011 at 5:07 PM, Sean Robinson wrote: >  Have you tried the 0.6.4 pre-release version from > https://bitbucket.org/ronaldoussoren/py2app ?  In that version, > argv_emulation works for me in 64-bit. > Thanks for the link, I wasn't aware of that. It worked, will test the .app on oth

Re: [Pythonmac-SIG] py2app with 64-bit argv emulation support

2011-10-10 Thread Sean Robinson
On 10/10/2011 12:22 PM, Hamid M. wrote: Lack of 64-bit argv_emulation is causing a lot of headache for me as I have to build all libraries that my application relies on in 32-bit, which hasn't been successful. I was wondering if there is a new update to py2app that supports argv_emulation in 64-b

[Pythonmac-SIG] py2app with 64-bit argv emulation support

2011-10-10 Thread Hamid M.
Hello, Lack of 64-bit argv_emulation is causing a lot of headache for me as I have to build all libraries that my application relies on in 32-bit, which hasn't been successful. I was wondering if there is a new update to py2app that supports argv_emulation in 64-bit. I have tried the svn repositor