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

Dinu Gherman gherman at darwin.in-berlin.de
Mon Sep 22 06:19:54 EDT 2003


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.

Thanks,

Dinu

--
Dinu C. Gherman
......................................................................
"He who can read but does not read good books has no advantage over
the ones who can't read." (Mark Twain)




More information about the Pythonmac-SIG mailing list