The current svn version of py2app gives the following traceback. My
Feb 7 copy of py2app invoked self.copy_versioned_framework(info, dst)
instead of copy_versioned_framework(info, dst) :
copying
build/bdist.darwin-7.8.0-Power_Macintosh/python2.3-semi_standalone/app/
site-packages.zip ->
On Feb 6, 2005, at 9:31 PM, Bob Ippolito wrote:
On Feb 6, 2005, at 11:20 PM, John Gleeson wrote:
OS X 10.3.7 w/Apple's python framework
py2app 0.1.7
TclTkAquaBI-8.4.9.0.dmg
I am trying to use py2app to build a standalone Leo application from
the latest release of leo <http://leo.sf.net&g
OS X 10.3.7 w/Apple's python framework
py2app 0.1.7
TclTkAquaBI-8.4.9.0.dmg
I am trying to use py2app to build a standalone Leo application from the latest release of leo .
When I execute leo from the command line, its Tcl/Tk gui works as expected, so I presume Tcl/Tk is installed correctly. I