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...
Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to