Re: [Pythonmac-SIG] The Universal Buld and py2app

2006-04-25 Thread Adam Tenderholt
> Did you check out the trunk, or the maintenance branch? The trunk is > not usable. > > http://svn.red-bean.com/bob/py2app/branches/py2app-0.2-maint/ I did use the maintenance branch. Sorry, should have specified. > Also, you probably shouldn't use Python 2.3.5 as shipped on intel > macs. It's

[Pythonmac-SIG] The Universal Buld and py2app

2006-04-25 Thread Adam Tenderholt
I just checked out py2app from the svn repository (revision 916). However, it doesn't build for me. It gets stuck on the sip.py recipe. The error is below: File "/Developer/py2app-0.2/src/py2app/build_app.py", line 464, in process_recipes rval = check(self, mf) File "/Developer/py2app-0.2/

[Pythonmac-SIG] import sip problem (Universal Mac 2.4.3) and build options

2006-04-23 Thread Adam Tenderholt
I'm trying to get sip and PyQt working with Universal MacPython 2.4.3. It compiles fine however trying to import sip results in the error: "ImportError: Inappropriate file type for dynamic loading". I posted on the PyKDE/PyQt/sip mailing list, and it was suggested that I try to reconfigure and rebu