[Pythonmac-SIG] Writing Cocoa "tools" in Python only?

Jack Jansen Jack.Jansen at cwi.nl
Mon Sep 22 10:59:24 EDT 2003


On Monday, September 22, 2003, at 12:19 PM, Dinu Gherman wrote:

> Hi,
>
> has anybody here tried to write a Python only "tool" in the sense
> of ProbjectBuilder, i.e. a command-line thing that has no GUI at
> all (but could still make use of the Foundation Kit). If you start
> up ProjectBuilder you get a list of possible tools with "File ->
> New Project...".
>
> Of course, Python scripts work just fine on the command-line, but
> when it comes to deploying something, it might be desirable to in-
> clude the Python interpreter and whatever else is needed to make
> a self contained binary distribution (as with bundlebuilder for
> apps), in case there are too many dependencies on additional libs,
> etc.

Tools in the PB-sense of the word aren't bundles, so there isn't
really anywhere to put the Python interpreter, is there?
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman




More information about the Pythonmac-SIG mailing list