All posts in the topic Problem installing on Debian (Short link)
Summary
- There are 2 posts — by 2 authors — in this topic.
- Latest post made by Mark Edwards at 2007 Mar 21 01:41 UTC
On Sun, 2007-03-04 at 06:44 +1300, Mark wrote:
> So apparently a module is missing. Can anyone help with this?
Yes, Richard could probably help you, but he is away this week. I run
Zope on Ubuntu (Dapper Drake) but I normally use a local install of
Zope, rather than the packages. My "config.py" is installed in
/usr/local/Zope/lib/python/App/
Hi, I'm having trouble installing on Debian. I have zope installed (via
apt-get) and the Products path is /usr/lib/zope/lib/python/Products.
I untarred the archive into that dir, then logged into the ZMI and I see the
GroupServer product listed. But it indicates that it's broken:
" GroupServer (Broken product GroupServer)"
When I click on the product I see this:
Traceback (most recent call last):
File "/usr/lib/zope/lib/python/OFS/Application.py", line 523, in
import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/usr/lib/zope/lib/python/Products/GroupServer/__init__.py", line 1, in
?
from App.config import getConfiguration
ImportError: No module named config
So apparently a module is missing. Can anyone help with this?