python source code -> win/dos executable (on linux)

Grant Edwards invalid at invalid.invalid
Fri Jun 25 10:53:21 EDT 2010


On 2010-06-25, superpollo <utente at esempio.net> wrote:

> suppose i work in a linux environment, but i would like to ship a 
> win/dos executable file from time to time, just for test purposes (my
> "testers" are windows users and don't want to go through the hassle
> of installing python on their win boxes). what is the best way to do
> that?  (the application should be a simple console app, but my
> question applies to gui/tkinter apps too)

http://www.google.com/search?q=python+windows+executable

You're not going to be able to do it on linux.  A virtual machine
running win2k works fine, though.

-- 
Grant Edwards               grant.b.edwards        Yow! I left my WALLET in
                                  at               the BATHROOM!!
                              gmail.com            



More information about the Python-list mailing list