[Zope] Distributing applications

J Cameron Cooper jccooper@jcameroncooper.com
Fri, 13 Jun 2003 14:34:37 -0500


>
>
>>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