[Pythonmac-SIG] Latest Py2app bug..

Ronald Oussoren ronaldoussoren at mac.com
Tue Oct 13 09:16:54 CEST 2009


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3567 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20091013/951b696d/attachment.bin>


More information about the Pythonmac-SIG mailing list