Python + windows

Hans Nowak wurmy at earthlink.net
Fri Jan 18 09:54:43 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?

Python is portable. Code written under Linux should work
under Windows (or most other platforms) and vice versa,
*unless* you use platform-specific code. In some cases,
this can be fixed relatively easily, e.g. by converting
Linux pathnames to Windows. In other cases, it's not
so easy, like when using a package that exists on
platform X but not on Y. It all depends on the situation.

HTH,

--Hans (base64.decodestring('d3VybXlAZWFydGhsaW5rLm5ldA==') 
       # decode for email address ;-)
Site:: http://www.awaretek.com/nowak/



More information about the Python-list mailing list