[Zope] ZServer and ZPublisher

Phil Harris wmlph@d032.ml.uwcm.ac.uk
Thu, 18 Feb 1999 09:23:19 -0000


Hi all,

When trying to start ZServer's start.py, after making the relevant changes,
and compiling in threads etc.  I get this message:

log: adding channel <trigger  at 8134518>
Traceback (innermost last):
  File "./start.py", line 19, in ?
    import zope_handler
  File "./zope_handler.py", line 121, in ?
    from PubCore import handle
  File "./PubCore/__init__.py", line 86, in ?
    import ZRendezvous
  File "./PubCore/ZRendezvous.py", line 88, in ?
    from ZServerPublisher import ZServerPublisher
  File "./PubCore/ZServerPublisher.py", line 86, in ?
    from ZPublisher import publish_module
ImportError: No module named ZPublisher

I looked in the PubCore directory and lo and behold there is no ZPublisher
module.

Any ideas

TIA

Phil