[Zope] does zope work with python 2.0?
Ron Bickers
rbickers@logicetc.com
Mon, 2 Apr 2001 22:36:13 -0400
It does, but it's not officially supported yet. The only problem I've had
is that I get errors when importing entire modules in Python Scripts. I can
use 'from module import whatever' without problems, but 'import module'
gives errors when I try to use the module.
Other than that, it has been very stable for me.
_______________________
Ron Bickers
Logic Etc, Inc.
rbickers@logicetc.com
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
> Albert L. Ting
> Sent: Monday, April 02, 2001 9:43 PM
> To: zope@zope.org
> Subject: [Zope] does zope work with python 2.0?
> I'm assuming it does, but wanted to know if there were any issues.