[Pythonmac-SIG] py2app: unknown required load command 0x800000022

2011-06-22 Thread Donovan Parks
Hello, I am porting a Python program I wrote on Windows to OS X. On Windows, I bundle the application using py2exe and have been using py2app on OS X. Using py2app I can obtain an app file that runs on OS X 10.6. However, when I copy the app file to other systems (OS X 10.5 or 10.6) I get the

Re: [Pythonmac-SIG] py2app: unknown required load command 0x800000022

2011-06-22 Thread Brian Zambrano
I hit exactly the same thing recently. The issue is that PyQt needs to be compiled against a suitable SDKwhich is 10.5 in your case. You can follow this thread to the end to see what worked for me: http://www.riverbankcomputing.com/pipermail/pyqt/2011-June/029972.html However, I have no

Re: [Pythonmac-SIG] py2app: unknown required load command 0x800000022

2011-06-22 Thread Christopher Barker
Donovan Parks wrote: I'm using py2app 0.6.3 with python2.6, PyQt4, numpy, etc. obtained via macports. The entire design of macports is based on users building what they need on the machine it is running on. As a result, it does NOT make it easy to build stuff that will run on other

Re: [Pythonmac-SIG] Py2app zlib import error

2011-06-22 Thread Brian Zambrano
Just bumping this. Does anyone have solution or some advice on how to proceed? As a side note, it seems like many of the threads on this mailing list are py2app related but it's maintained by only one person? That's tough for the maintainer and the rest of the folks using it. Is there any

Re: [Pythonmac-SIG] Py2app zlib import error

2011-06-22 Thread Ned Deily
In article banlktiku6mtem1o_ma5hfgbu4bzsc4b...@mail.gmail.com, Brian Zambrano bri...@gmail.com wrote: Just bumping this. Does anyone have solution or some advice on how to proceed? You might be able to provide more insight by running the following commands on the zlib extension module: ls