Python form Unix to Windows

neokosmos at gmail.com neokosmos at gmail.com
Wed Aug 16 03:22:12 EDT 2006


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 Unix envirnment to Windows
> Environment.

You ask a good question.  However, the question is too large to be
answered in a newsgroup post.  The appropriate thing for you to do is
to go through the Python documentation and see which modules your
application depends on that are not available on Windows.  Then, you
need to decide how you'll either provide the missing functionality or
recode your app to better fit with the Windows environment.

Also, I'd like to note that if this is an app of any size, the work
involved might be fairly sizeable.  In that case, your best bet is to
either slog through the process i outlined above (returning to the
newsgroup when you're stuck on how to proceed), or pay someone to do
it.  I don't think you'll find anyone here willing to do that amount
and that kind of work for free. O:-)




More information about the Python-list mailing list