[Zope3-dev] Compiling with VisualStudio .NET (aka V 7.0)

Magnus Heino magnus.heino@pleon.sigma.se
Wed, 29 Jan 2003 09:01:57 +0100


On Wednesday 29 January 2003 08.32, Chris Withers wrote:
> Hi,
>
> I'm hoping someone can help me out here since I'm stuck working on a
> laptop in a foreign land with only dialup access, Python 2.2.0 (by the
> looks of it...) and MS VS .NET ;-)
>
> I'm trying to compile Zope 3:
>
> Firstup, there was a use of True in setup.py. I wasn't aware Python 2.3
> was required for Zope 3, so should that be there?

Zope3 requires Python 2.2.2 or later and PyXML 0.8.1 or higher.

Python 2.2.2 (#1, Nov  8 2002, 16:03:27)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> True
1
>>> False
0
>>>

--=20

  /Magnus