Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
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 tr

Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Ronald Oussoren
On 26 Jul, 2010,at 04:32 PM, Tom MacWright 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 t

Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
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

Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Ronald Oussoren
On 26 Jul, 2010,at 02:45 PM, Tom MacWright wrote:So, I'm running into the familiar zlib not available problem (with the error message7/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 erro

[Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
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 And I realized that, like the rest of the errors that I was running int