24 Apr
2003
24 Apr
'03
2:44 p.m.
Actually, I think http://www.zope.org/Members/maxm/HowTo/easyProduct is a better place to start. Also, read the development guide. The Zope Bible book has some useful information as well. On Thu, 24 Apr 2003, Lennart Regebro wrote:
Patrick W. Fraley wrote:
I am working on a project which will make use of a lot of python code. And I just ran accros a problem trying to use python OO within zope.
I created a python script:
Python scripts, since they are creatable through the web, have severe restrictions on what you can do, as a safety precaution. So you can't access anything starting with underscore, for example.
Start with a "boring product", I don't have the link, but search for it on www.zope.org.