[Zope] Is "from Strings" only allowed in External Method?

Thomas B. Passin tpassin@mitretek.org
Fri, 5 Oct 2001 15:38:29 -0400


[<complaw@hal-pc.org>]

> If one were to use a python script, Zope does not allow
>
> "from Strings import search"
>

Especially since the Python string module is called "string" and the
function is called "find".


> If I want to be able to search for a particular pattern in a string, is my
only
> option an External Method?
>

Tom P