13 Jun
2003
13 Jun
'03
6:34 p.m.
On Fri, 2003-06-13 at 02:47, Ernesto Saez wrote:
Hi, I am starting to use Zope and probably my question is too simple (sorry): If I create a web application on a server and want toinstall it on different machine, do I need Zope installed in this second server?
Yes.
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. :-) HTH, Dylan