13 Jun
2003
13 Jun
'03
7:34 p.m.
Even more, if the first server is Linux and the second one Windows, can I install my application in the Windows Server?
Yes, and vice versa.
There are, however, a *very* small number of things that are different about Windows and Linux versions of Python. One that comes to mind is that there is no strptime function in Windows... though several third party replacements are available. Just to be safe, I'd test on Windows before delivering the app to the customer. :-)
There are also occasional filesystem issues, mostly with regard to paths (especially if they're stored/treated as strings rather than paths.) But unless you wantonly destroy the usual cross-platform of Python, you're good to go. --jcc