[Zope] ZServer (ImportError: No module named medusa)

Paul Everitt paul@digicool.com
Sat, 20 Feb 1999 07:41:56 -0500


Oliver Thuns wrote:
> 
> Two questions:
> 
> 1) Is it possible to use ZServer only to publish simple modules
> (ZPublisher) without the Zope stuff?
> 
> 2) Why do I get this error? I only untared the archiv, no changes made.
> 
> D:\thrir\opt\bobo\ZServer>python start.py
> Traceback (innermost last):
>   File "start.py", line 17, in ?
>     from medusa import resolver,logger,http_server,asyncore
> ImportError: No module named medusa

Since both of these have been discussed on the list in the last three
days of the eGroups archive, I'll only comment:

1) Yes. (Look for my response.)

2) You need to setup some environment variables using a script (look for
Amos' response).

--Paul