How To run current Zope 2 & 3 from CVS on Windows
As I said, I would write a How-To in getting Zope 3 up and running on Windows, given the binaries that Tim has made. http://www.mxm.dk/papers/run-z3-cvs-wthout-compiler/ Feel free to comment. regards Max M
[Max M]
As I said, I would write a How-To in getting Zope 3 up and running on Windows, given the binaries that Tim has made.
http://www.mxm.dk/papers/run-z3-cvs-wthout-compiler/
Feel free to comment.
Nicely done! Thank you for doing this.
Hi, When Zope 2/3 runs in Cygwin, does it run in daemon mode? What does "import os; print os.name" return in Cygwin, nt or posix? I run ZEO's start.py (from Zope 2.6.2, compiled in Windows by MSVC) in MSYS, os. name is nt, so it does not run in daemon mode. Thanks! Regards, ZhiMin On Mon, 3 May 2004 10:25:50 -0400, Tim Peters <tim@zope.com> wrote:
[Max M]
As I said, I would write a How-To in getting Zope 3 up and running on Windows, given the binaries that Tim has made.
http://www.mxm.dk/papers/run-z3-cvs-wthout-compiler/
Feel free to comment.
Nicely done! Thank you for doing this.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
At 06:12 PM 5/12/04 +0800, Choo Zhi Min wrote:
What does "import os; print os.name" return in Cygwin, nt or posix?
Python 2.3.2 (#1, Oct 9 2003, 12:03:29) [GCC 3.3.1 (cygming special)] on cygwin Type "help", "copyright", "credits" or "license" for more information.
import os os.name 'posix'
participants (4)
-
Choo Zhi Min -
Max M -
Phillip J. Eby -
Tim Peters