In article <nad-5ac404.12021908102...@ger.gmane.org>, Ned Deily <n...@acm.org> wrote: > Looks like it was caused by a one-line patch that was just added to > py2app. Try reverting it by changing line 911 of > py2app-0.4.2-py2.6.egg/py2app/build_app.py from: > > pydir = 'python%d.%d'%(info['version']) > > back to: > > pydir = 'python%d.%d'%(sys.version_info[:2])
BTW, I see there is now a py2app 0.4.3 available which should have a proper fix for the "TypeError: int argument required" regression. http://pypi.python.org/pypi/py2app/ -- Ned Deily, n...@acm.org _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig