"Simon Forman" <[EMAIL PROTECTED]> writes:
[snip]
> 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
>
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 changin
Pradeep wrote:
> 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