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

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

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

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

2011-10-05 Thread Hamid M.
Hello When I make Apple-supplied python-2.7 the default python on my system, it ignores my local site-packages folder in ~/Library/Python/2.7/site-packges This does not happen when using 2.6! Is this behavior expected ? How can I permanently add that folder to my sys.path? Thanks in advance,

[Pythonmac-SIG] py2app: calling from Matlab and DYLD path problem

2011-07-05 Thread Hamid M.
Hello everyone I used py2app on a script that uses Qt and VTK libraries. For this to work, I had to edit __boot__.py within bundle to manually insert Contents/Resources/lib/python2.6/lib-dynload to 'sys' path, otherwise the application would complain that it couldn't find one of the .dyld files al