Open GoogleCodeExporter opened 9 years ago
Yeah the default buildmac will strip out the 64bit binaries which are run by
default, and would fail, since wxPython 2.8 is 32bit. The buildmac script thus
works correctly and creates an app that launches OK in both 32 and 64 bit
environments.
If you are running from source code type
export VERSIONER_PYTHON_PREFER_32_BIT=yes
into your shell before invoking
python pyNsourceGui.py
Until wxPython is itself made 64bit, I don't see any more that can be done, so
am closing this ticket. Please add a comment if there is more information that
I am missing on this.
Original comment by abu...@gmail.com
on 26 Aug 2012 at 1:11
So nowadays there is a 64 bit wxpython now, 2.9 under cocoa so there could
potentially be a 64 bit release of pynsource.
However the discussion
https://groups.google.com/forum/#!topic/wxpython-mac/eprj62WlJAg shows that the
OGL library that pynsource relies on has some flaws. Until there are
workarounds for those, we are still going to have to stick to 32 bit.
Original comment by abu...@gmail.com
on 17 Jul 2013 at 12:47
Original issue reported on code.google.com by
lukasz.m...@gmail.com
on 20 Aug 2012 at 9:15