| Store | Cart

[Python-Dev] Tkinter has many files

From: Michael Foord <fuzz...@voidspace.org.uk>
Fri, 07 Aug 2009 11:17:24 +0100
Terry Reedy wrote:
> cool-RR wrote:>> Hello python-dev!>>>> I'm a Python programmer, but this is the first time I'm posting on >> python-dev, and I am not familiar at all with how the Python >> implementation works -- so this post may be way off.>>>> I've recently released a Python application, PythonTurtle >> <http://pythonturtle.com>, which is packaged using py2exe and >> InnoSetup. Due to the fact that my program needs to give the user a >> full Python shell, I've made py2exe package the entire Python >> standard library with my application.>> I really think you you just make you app sit on top of a standard > Python installation. The current Windows installers work well. Just > decide which versions you are willing to support. The usually reasons > for bundling, to control the versions of multiple 3rd-party libraries, > do not seen to apply.

Actually on Windows a very common reason for bundling with py2exe is to 
not be dependent (or require) an installed version of Python. For a 
standalone teaching tool this seems reasonable.

Michael

>> _______________________________________________> Python-Dev mailing list> Python-Dev at python.org> http://mail.python.org/mailman/listinfo/python-dev> Unsubscribe: > http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk >


-- 
http://www.ironpythoninaction.com/

Recent Messages in this Thread
cool-RR Aug 06, 2009 01:44 pm
Michael Foord Aug 06, 2009 01:59 pm
cool-RR Aug 06, 2009 02:10 pm
Terry Reedy Aug 07, 2009 04:28 am
Michael Foord Aug 07, 2009 10:17 am
Messages in this thread