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