[Zope] All These Modules...
Ben Ocean
zope@thewebsons.com
Wed, 02 Jan 2002 07:09:16 -0800
Thanks!!
BenO
At 07:12 AM 1/2/02 +0100, you wrote:
>Ben Ocean schrieb:
>
> > Hi;
> > I just installed a bunch of products and have run into several problems
> > with ImportErrors.
>
>Tell the products wich have a traceback for clearance
>
> > The tracebacks all end the same: No module named
> > whatever. Here's the list of missing modules:
> > ldap
>
>ldap is a python module for doing ldap via python
>
> >
> > html_quote
>
>should be in Zope core
>
> >
> > get_request
>
>you need GlobalRequestPatch from zope.org for get_request
>
> >
> > MySQL
>
>are you working with MySQL db ?
>
> >
> > expr_globals
>
>should be in Zope core
>
> >
> > CMFCore.PortalContent
>
>have you CMF installed ?
>
> >
> > Do these modules belong in python or zope? Where do I get them?
> > TIA,
> > BenO
> >
> > _______________________________________________
> > Zope maillist - Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > ** No cross posts or HTML encoding! **
> > (Related lists -
> > http://lists.zope.org/mailman/listinfo/zope-announce
> > http://lists.zope.org/mailman/listinfo/zope-dev )