Executable python program?

Nick Trout nickatvideosystemdotcodotuk
Mon Dec 11 05:02:11 EST 2000


> I am developing a python/Tk program in linux.  I want Windows users to be
> able to use this program as well.  Now...the situation I am in it will
> make it inconvenient to get the windows people to install python/tk to run
> things.  Is it possible to get a python "Executable" per say that isnt
> interpreted but is a "static" executable persay?  By this I mean static
> in the same form as a linux executable that is "static" by making no
> external library calls (or none other than system calls if that is
> needed).

You could look at PySol. It has everything you need to run a Python app in
Tk.

http://google.yahoo.com/bin/query?p=pysol&hc=0&hs=0







More information about the Python-list mailing list