On 13 Oct, 2009, at 9:16, Ronald Oussoren wrote:
On 8 Oct, 2009, at 21:40, Christopher Barker wrote:Ned Deily 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])yup -- that fixed it -- do you have SVN access to roll that back?He doesn't, but I do. I fixed this in the weekend and released 0.4.3 with the fix. So much for obviously correct last-minute patches...
Is anyone interested in helping to create a testsuite for py2app?The first priority would be to have some blackbox tests, unittests can be added later. The testcases would be simple applications with a setup.py and a verification script. Testcases should focus on variations/libraries that people actually use (Cocoa application, wxWidget application, Tk application, ..., using matplotlib, ...)
Ronald
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig