> 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
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/
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