Re: Python form Unix to Windows

2006-08-17 Thread Harry George
"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 >

Re: Python form Unix to Windows

2006-08-16 Thread Simon Forman
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

Re: Python form Unix to Windows

2006-08-16 Thread neokosmos
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