[Zope] PythonScript getting at various Python libraries

Rik Hoekstra rik.hoekstra@inghist.nl
Thu, 15 Feb 2001 17:06:20 +0100




>
> I'd like to get access to a bunch of libraries that Python has, like "re"
> and "time" and "xml" and "md5", etc. What is the standard way that I can
go
> about doing this?
>

Use External (Python) Methods for calling anything that falls under the
Python Script restrictions. Then call the External Method from Python
Scripts if still applicable.

hth

Rik