[Pythonmac-SIG] traceback from build_app.py in py2app 0.1.8

2005-02-23 Thread John Gleeson
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 ->

Re: [Pythonmac-SIG] Tcl/Tk path problems with py2app

2005-02-07 Thread John Gleeson
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

[Pythonmac-SIG] Tcl/Tk path problems with py2app

2005-02-06 Thread John Gleeson
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