[Zope-CMF] FSPythonScript Problems

Jens Quade jq@jquade.de
01 Jun 2001 16:27:12 +0200


Tres Seaver <tseaver@palladion.com> writes:

> > Error Type: AttributeError
> > Error Value: 'string' object has no attribute 'split'

> >   File D:\ChrisW\Zope\current\Products\CMFCore\FSPythonScript.py, line 194,
> > in ZScriptHTML_tryParams

> Without seeing the code, I'm guessing, but perhaps you are using
> one of the new "string methods" (only available in Python 2.x) on
> a Python 1.5.2 Zope?  The usage would be:

FSPythonScript.ZScriptHTML_tryParams() looks very Python 2.x-ish:
  self._params.split(',')
etc.

Tracker? Or is Zope 2.4.x / Python 2.x a requirement for CMF 1.1?

jens




-- 
Shipping software is an unnatural act