On 8/2/11 6:46 AM, Florian Höch wrote:
Thanks, good to know. Even though personally I don't need 64-bit support
yet, as wxPython currently only works in 32-bit mode on the Mac,
wxPython2.9 (still "unstable") is built on Cocoa, and support 64 bit.
http://www.wxpython.org/download.php#unstable
Am 02.08.2011 11:25, schrieb Ronald Oussoren:
On 31 Jul, 2011, at 0:41, Florian Höch wrote:
In 10.7, some functionality of the Carbon libraries is only
available in 32-bit mode, but py2app created binaries run in 64-bit
mode on Lion. In my case wx and py2app's argv-emulation feature
needed Car
I had the same problem.
Go to that lib folder and see if you can find
a folder that says "python7.0." It
probably doesn't exist, but you should have
a folder named pythonx.x.
Duplicate pythonx.x and rename
it to python7.0. Run py2app again.
Problem solved.
__
On 31 Jul, 2011, at 0:41, Florian Höch wrote:
> In 10.7, some functionality of the Carbon libraries is only available in
> 32-bit mode, but py2app created binaries run in 64-bit mode on Lion. In my
> case wx and py2app's argv-emulation feature needed Carbon functionality that
> isn't available