6 Aug
2004
6 Aug
'04
4:21 a.m.
--On Freitag, 6. August 2004 9:40 Uhr +1000 Peter Millar <peter.millar@parasyn.com.au> wrote:
Okay just found this article
http://www.zope.org/Members/pbrunet/ExternalMethodsBasicSummary
Seems like only a subset of the std python library is avail through scripts and it is recommended to use external methods ... I will try that.
PythonScripts are restricted, ExternalMethods are unrestricted. If you need to import everything possible, go with External Methods. -aj