From: Francisco <li...@na...> - 2004-11-09 15:05:29
|
I am new to pyzor. Tried to use the public server and got timeouts. Looked at archives and found others having simmilar problems. I figure that I can not depend on an outside server so would like to run my own pyzor server. I use the sample server configuration from the web site. When try to run the server I get: Traceback (most recent call last): File "/usr/local/bin/pyzord", line 9, in ? import pyzor.server File "/usr/local/lib/python2.3/site-packages/pyzor/server.py", line 10, in ? import gdbm ImportError: No module named gdbm Are there additional requirements to install the server? Seems like it needs gdbm? Does it need py-gdbm too? |