Re: [Pythonmac-SIG] Python 2.7 (Lion) and user site-packages folder problem

2011-10-10 Thread Hamid M.
On Wed, Oct 5, 2011 at 7:42 PM, Ned Deily wrote: > For 2.7 (and 3.2), the location moved with the changes for Issue8084. > Those changes proved somewhat controversial and so there is an as-yet > unresolved issue about the location(s) for local site-packages on OS X > (see also Issue7175).  This wi

Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-10 Thread Sean Robinson
On 10/08/2011 07:36 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 22:35, Sean Robinson wrote: On 10/06/2011 07:54 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 16:51, Sean Robinson wrote: Yes, my actual project had the same structure with a module and package with the same name. This ha

[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

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

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