david ally
2010-10-08 15:40:43 UTC
Hi All,
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error while
trying to run zope;
***@ubuntu104:~/zope3$ sudo bin/runzope
[sudo] password for david:
Traceback (most recent call last):
File "z3.py", line 64, in ?
run()
File "z3.py", line 59, in run
from zope.app.twisted.main import main
File "/home/david/zope3/src/zope/app/twisted/main.py", line 34, in ?
from zope.app import wsgi
File "/home/david/zope3/src/zope/app/wsgi/__init__.py", line 28, in ?
from zope.app.publication.httpfactory import
HTTPPublicationRequestFactory
File "/home/david/zope3/src/zope/app/publication/httpfactory.py", line 25,
in ?
from zope.app.publication.browser import setDefaultSkin
File "/home/david/zope3/src/zope/app/publication/browser.py", line 33, in
?
from zope.app.publication.http import BaseHTTPPublication
File "/home/david/zope3/src/zope/app/publication/http.py", line 27, in ?
from zope.app.publication.zopepublication import ZopePublication
File "/home/david/zope3/src/zope/app/publication/zopepublication.py", line
46, in ?
from zope.app.security.principalregistry import principalRegistry as
prin_reg
File "/home/david/zope3/src/zope/app/security/principalregistry.py", line
20, in ?
from zope.app.authentication.interfaces import IPasswordManager
File "/home/david/zope3/src/zope/app/authentication/__init__.py", line 20,
in ?
from zope.app.authentication.authentication import
PluggableAuthentication
File "/home/david/zope3/src/zope/app/authentication/authentication.py",
line 25, in ?
from zope.app.component.site import SiteManagementFolder
File "/home/david/zope3/src/zope/app/component/site.py", line 35, in ?
from zope.app.component import adapter
File "/home/david/zope3/src/zope/app/component/adapter.py", line 24, in ?
from zope.app.component import registration
File "/home/david/zope3/src/zope/app/component/registration.py", line 28,
in ?
from zope.app.container.btree import BTreeContainer
File "/home/david/zope3/src/zope/app/container/btree.py", line 26, in ?
from BTrees.OOBTree import OOBTree
ImportError: No module named BTrees.OOBTree
Please help me out!
David
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error while
trying to run zope;
***@ubuntu104:~/zope3$ sudo bin/runzope
[sudo] password for david:
Traceback (most recent call last):
File "z3.py", line 64, in ?
run()
File "z3.py", line 59, in run
from zope.app.twisted.main import main
File "/home/david/zope3/src/zope/app/twisted/main.py", line 34, in ?
from zope.app import wsgi
File "/home/david/zope3/src/zope/app/wsgi/__init__.py", line 28, in ?
from zope.app.publication.httpfactory import
HTTPPublicationRequestFactory
File "/home/david/zope3/src/zope/app/publication/httpfactory.py", line 25,
in ?
from zope.app.publication.browser import setDefaultSkin
File "/home/david/zope3/src/zope/app/publication/browser.py", line 33, in
?
from zope.app.publication.http import BaseHTTPPublication
File "/home/david/zope3/src/zope/app/publication/http.py", line 27, in ?
from zope.app.publication.zopepublication import ZopePublication
File "/home/david/zope3/src/zope/app/publication/zopepublication.py", line
46, in ?
from zope.app.security.principalregistry import principalRegistry as
prin_reg
File "/home/david/zope3/src/zope/app/security/principalregistry.py", line
20, in ?
from zope.app.authentication.interfaces import IPasswordManager
File "/home/david/zope3/src/zope/app/authentication/__init__.py", line 20,
in ?
from zope.app.authentication.authentication import
PluggableAuthentication
File "/home/david/zope3/src/zope/app/authentication/authentication.py",
line 25, in ?
from zope.app.component.site import SiteManagementFolder
File "/home/david/zope3/src/zope/app/component/site.py", line 35, in ?
from zope.app.component import adapter
File "/home/david/zope3/src/zope/app/component/adapter.py", line 24, in ?
from zope.app.component import registration
File "/home/david/zope3/src/zope/app/component/registration.py", line 28,
in ?
from zope.app.container.btree import BTreeContainer
File "/home/david/zope3/src/zope/app/container/btree.py", line 26, in ?
from BTrees.OOBTree import OOBTree
ImportError: No module named BTrees.OOBTree
Please help me out!
David