On 2/19/11 10:12 PM, Bill Kidder wrote:
Thanks. I haven't wrapped it yet. If I wrap it with pyapp does that
mean that I don't have to make ActivePython and ActiveTcl
dependencies in my app?
|bk
(cc-ing reply to the list)...
If you simply run your application script with an installation of Python
and Tcl/Tk on the Mac, you will get whatever default application icon is
defined for Python (or ActivePython, in this case). Using py2app means
that you will bundle the Python and Tcl/Tk frameworks into a standalone
app bundle (ActivePython and ActiveTcl can be used this way) and they
can run on other systems without AP and AT being installed. And you can
define your own icon.
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss