new bee question :Collection of objects

sven hohage at muenster.de
Mon Apr 16 21:45:24 EDT 2001


Hello Manoj,
in Zope you can use an external method in which you can define arrays.
Then you can iterate over this external method.
You can't just define outside of Zope a *.py file and then use it in Zope.
It has to be in the ZODB (Zope Object Data Base) to be reached from inside 
of Zope.
To put an object or an array into ZODB normally you define a product or if  
it's just a small script, you can use an external method.
   Hope this helps.





More information about the Python-list mailing list