23 Jan
2004
23 Jan
'04
9:47 a.m.
Blossom Merz wrote:
It feels like I've taken a wrong turn. I don't want a complete Product with the ability to add it through the ZMI. I just want to access the functions in a library from a zope script.
Nope, you're on the right track. YTour product doesn't have to make instatiatable object available, it may just contain the missing security declarations for your python library in an __init__.py Have a look at Products/PythonScripts/standard.py for some examples. cheers, Chris