Python form Unix to Windows

Simon Forman rogue_pedro at yahoo.com
Wed Aug 16 03:45:50 EDT 2006


Pradeep wrote:
> Hi friends,
>
> We are changing the python application from Unix to Windows. The source
> code of Python application should work well in windows. How to make
> changed to windows environment.
> In Python code we have login module, ftp, socket programming.
>
> Please help in changing the code from Unix envirnment to Windows
> Environment.
>
> Thanks in Advance.
>
> Regards,
> Pradeep

Simplest way: Run the app in windows, see what breaks (probably less
than you might think), fix it.

I have written large apps that required less than a dozen, or no,
changes to move between windows and *nix.  YMMV

Peace,
~Simon




More information about the Python-list mailing list