[Zope-dev] Re: [Zope3-dev] Re: How To run current Zope 2 & 3 from
CVS on Windows
Phillip J. Eby
pje at telecommunity.com
Wed May 12 08:41:00 EDT 2004
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'
>>>
More information about the Zope-Dev
mailing list