On 10/11/09 3:36 PM, Ned Deily wrote:
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.
Still can't build a four-way 64-bit universal binary of a Tkinter app
with this new version...
--
Kevin Walzer
Code b
In article ,
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.