Python Scripts can only run restricted Python. You must allow the module using allow_module. CMFPlone/__init__.py has good examples and should suffice.
You basically have to do
allow_module('Products.OpenFlashChart.GraphObject') in your product's
__init__.py.
Hedley
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers
