[Zope] Accessing Basic Zope Objects
D. Bickle
dbickle at uvic.ca
Wed Feb 11 15:28:37 EST 2004
On Wed, 11 Feb 2004, Dieter Maurer wrote:
> D. Bickle wrote at 2004-2-10 15:16 -0800:
> >I am having trouble accessing Zope Objects (importing them into my Python
> >scripts).
By Zope object we typically refer to the Zope API (this is the convention
used in the documentation).
> Which Zope objects? Usually objects are not imported (but modules).
Objects, modules, whatever. Zope objects in the API (Appendix B:
API
Reference)
> Which Python scripts? "Script (Python)" (aka internal Python scripts) or
> External Methods?
Both internal and external methods.
> Which trouble? Exceptions? Which ones (with tracebacks!)?
As previously stated Zope can't locate and therefore load the modules.
> As you (hopefully) see, you must be *much* more precise in your
> problem reports...
> --
> Dieter
>
More information about the Zope
mailing list