Python + windows

Jerry Gitomer jgitomer at erols.com
Fri Jan 18 23:15:08 EST 2002


gombosk at vas.birosag.hu wrote:
> 
> Haliho,
> 
> I am a python programmer under Linux.
> 
> How can my program run under Windows?
> 
> What do I need?
> 
> Katalin

I have an application with over 30 modules which
uses tkinter, Pmw, normalDate, and gadfly.  I
developed on Linux and ported to Windows with
no problems.  The only differences I had to 
handle were path names for directories.  

Just set up a module with your environmental
variables defined and import it into any module
requiring same.  Then either change that one
module by hand or build code in to set the
variables based on which OS your code finds
itself running under.



More information about the Python-list mailing list