[Pythonmac-SIG] Latest Py2app bug..

Ned Deily nad at acm.org
Sun Oct 11 21:36:56 CEST 2009


In article <nad-5AC404.12021908102009 at ger.gmane.org>,
 Ned Deily <nad at 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,
 nad at acm.org



More information about the Pythonmac-SIG mailing list