Okay, so the error, which has only become familiar in the past 24 hours :/ is:
I switch to Python.org-distributed 2.6 by putting the Library Python bins in my path, before system python. I run py2app the first time, and it fails with this traceback: http://dpaste.com/222043/ As a result, I've tried copying the other prebuilt binaries into the place of the missing main-fat binary. This allows py2app to run without reporting any problems, but when I try to run the application that is built, it results in this line of errors: http://dpaste.com/222044/ By copying .so files from the System installation of Python, it's clear that the problem here is that, somehow, the binaries copied from Framework Python are incompatible with the produced binary - copying zlib resolves this problem, but each other .so, in turn, fails because a 'suitable 64-bit' version can't be found. On Mon, Jul 26, 2010 at 11:16 AM, Ronald Oussoren <ronaldousso...@mac.com>wrote: > > > On 26 Jul, 2010,at 04:32 PM, Tom MacWright <t...@developmentseed.org> > wrote: > > For reference, which Python distribution, OS, etc, are you using? I'd be > perfectly happy to change any part of my setup if there's something that's > known to work. As it stands, I'm using Python 2.6 from Python.org, Snow > Leopard, and running into a ton of problems. The Python installer doesn't > mess with .zshrc, so I've added the python binary dir to my path to make > sure that the python executable that I'm using is that version. Is there > anything else it does to ones bashrc or something else that could be > involved here? > > > > I'm using 2.6, 2.7 and 3.2, both using custom builds and the > python.orginstaller; I'm also trying to migrate to virtualenv (although I'll > probably > end up forking it to get a proper python3 port and to get rid of some > annoying behaviour). > > Ronald > > (P.S. Sorry about any quoting issues, mobile me webmail crapped out on me) > > > > > On Mon, Jul 26, 2010 at 10:23 AM, Ronald Oussoren <ronaldousso...@mac.com> > wrote: > >> >> >> On 26 Jul, 2010,at 02:45 PM, Tom MacWright <t...@developmentseed.org> >> wrote: >> >> So, I'm running into the familiar zlib not available problem (with the >> error message >> >> 7/26/10 8:37:21 AM [0x0-0x980c803].org.pythonmac.unspecified.moas[34233] >> zipimport.ZipImportError: >> can't decompress data; zlib not available >> >> >> >> To be pedantic: the error is not familiar to me, which probably explains >> why it still exists. >> >> Ronald >> > >>
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG