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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to