-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Kyler B. Laird Sent: Friday, February 09, 2001 12:32 PM To: zope@zope.org Cc: cameron@lairds.com Subject: [Zope] Should I switch to Python 1.5.2?
I've been using Python 2.0 with Zope 2.3.0. It generally works well, but lately I've run into problems using string.split() and now I notice that httplib encounters a similar ("loop over non-sequence") problem.
I've been using 2.0 as well and other than this problem, it has been working fine. I found that in Python Scripts (and maybe other places?) you cannot do 'import string', but you *can* do 'from string import split' (or whatever other functions you want). DC is aware of it, so I expect it will be fixed as they start working on Zope 2.4. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com