Hi. This is Seoul in SouthKorea. First I excuse what I am not good at English.
I made a simple product(named BBSExpert.py) by python, tested it, and succeeded. There is the display() class in the BBSExpert.py. I want to call this class (display() is located in the BBSExpert.py) into zope base(ex. Script (python)).
These files are what I made. 1. __init__.py 2. BBSExpert.py (display() class is located in this file.) 3. Examplecode.txt (This part what I failed actually.) (In Example.txt I could not return the display() class. How could I call the display()class into Script (Python) in zope management framework.)