[Zope-dev] RE: Curious Problem

Chris McDonough chrism@zope.com
29 Apr 2003 13:36:24 -0400


> Same problem all over again.  Zope sees the functions in the modules, but
> not the class defined in the module.  Tried a quick experiment, created a
> separate file for the code in the site-package, and imported the class from
> the adjacent file.  Zope
> still can't see it.

When you say "Zope still can't see it", what do you mean?  What is the
actual error condition?  Can you boil the problem down to a small test
case?

- C