[Zope-DB] No module named ZDBase

D. Rick Anderson ruger at acsnv.com
Thu Sep 18 16:06:31 EDT 2003


Thanks for the reply. Here's the traceback:

Traceback (innermost last):
  Module ZPublisher.Publish, line 98, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 39, in call_object
  Module Shared.DC.Scripts.Bindings, line 252, in __call__
  Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec
  Module App.special_dtml, line 174, in _exec
  Module Shared.DC.ZRDB.DA, line 483, in manage_product_zclass_info
  Module ZODB.Connection, line 554, in setstate
  Module ZODB.Connection, line 590, in _set_ghost_state
ImportError: No module named ZDBase

Thanks,

Rick



Dieter Maurer wrote:

>D. Rick Anderson wrote at 2003-9-17 14:34 -0700:
> > I've found this issue mentioned a few times, but I've yet to see 
> > somebody provide a fix.
> > I have :
> > RedHat 8.0
> > Zope 2.6.2 (was 2.6.0)
> > 
> > this is one of 3 servers configured this way, but the only one that does 
> > this.
> > 
> > When I click on the 'Advanced' tab in a Z SQL Method I get the error:
> > 
> > ImportError
> > No module named ZDBase
>
>Note: whenever you get exceptions you want to look at the traceback
>(--> "/error_log"). Report it together with the information you
>have already provided ("Error Type" and "Error Value"), when you
>need help.
>
>The problem is almost surely well known:
>
>  One of your ZClasses references a class defined in a module "ZDBase".
>  It once has been installed but is no longer.
>
>Your options:
>
>  *  Install it again
>
>  *  Add a "try: ... except: LOG(...)" around a line
>     specified in the traceback.
>
>     Post the traceback and I can tell you around which line...
>
>
>Dieter
>
>  
>





More information about the Zope-DB mailing list