[Zope-dev] What do I get from 'cvs co Zope'?

2002-12-02 Thread Stefan H. Holek
It appears that when I currently do 'cvs co Zope' I get a version that 
already requires Python 2.2.2. GvR's zdctl.py stuff uses lambdas in a way 
that Python 2.1 does not grok.

How can I get at a Python 2.1.3 post 2.6.0 checkout?

Thanks,
Stefan

--
Those who write software only for pay should go hurt some other field.
/Erik Naggum/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] What do I get from 'cvs co Zope'?

2002-12-02 Thread Casey Duncan
Yes, cvs co Zope checks out the HEAD, which is 2.7 and requires python 2.2.x.

Try: co -r Zope-2_6-branch Zope

Which will give you the 2.6 maintenance branch.

hth,

-Casey

On Monday 02 December 2002 10:42 am, Stefan H. Holek wrote:
 It appears that when I currently do 'cvs co Zope' I get a version that 
 already requires Python 2.2.2. GvR's zdctl.py stuff uses lambdas in a way 
 that Python 2.1 does not grok.
 
 How can I get at a Python 2.1.3 post 2.6.0 checkout?
 
 Thanks,
 Stefan
 
 --
 Those who write software only for pay should go hurt some other field.
 /Erik Naggum/
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )
 


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )