[Distutils] Re: [Pythonmac-SIG] Re: ANN: py2app 0.1.1

Russell E. Owen rowen at cesmail.net
Thu Oct 7 21:38:11 CEST 2004


In article <552D13C8-17CF-11D9-A1CC-000A95686CD8 at redivi.com>,
 Bob Ippolito <bob at redivi.com> wrote:

> On Oct 6, 2004, at 3:34 PM, Russell E. Owen wrote:
> ..
> > In article <BAA61254-1759-11D9-88CF-000A95686CD8 at redivi.com>,
> >  Bob Ippolito <bob at redivi.com> wrote:
> >...
> > - As an extension to that question...any hints on installing tcl
> > extensions ("snack", specifically) into such a bundled app?
> 
> No idea, give me instructions on how to do it and a minimal example 
> that uses it and I'll see what can be done.

Aqua Tcl extensions live in /Library/Tcl, typically each in its own 
subfolder. For example snack lives in /Library/Tcl/snack2.2/

When bundled, Tcl can find extensions in 
Contents/Frameworks/Tcl.framework/Resources/
e.g. for snack:
Contents/Frameworks/Tcl.framework/Resources/snack2.2/

(That may not be the best location, but it works. I found it by trial 
and error.).

I can put together a sample app and send it along separately if you like.

-- Russell



More information about the Distutils-SIG mailing list