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/src/py2app/recipes/sip.py", line 40, in check packages = self.config() File "/Developer/py2app-0.2/src/py2app/recipes/sip.py", line 17, in config qtdir = cfg.qt_lib_dir File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/sipconfig.py", line 178, in __getattr__ raise AttributeError, "\"%s\" is not a valid configuration value or user option" % name AttributeError: "qt_lib_dir" is not a valid configuration value or user option I'm using sip-4.4.1 with MacPython 2.3.5 on an intel mac. PyQt builds and scripts using pyqt work fine. Do you have any suggestions? Thanks, Adam _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig