Discussion:
[Zope3-Users] problems installing and starting zope3
david ally
2010-10-08 15:40:43 UTC
Permalink
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
Thierry Florac
2010-10-08 16:12:10 UTC
Permalink
Le vendredi 8 octobre 2010,
david ally <***@gmail.com> a écrit :
======================================================================
Post by david ally
Hi All,
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error
while trying to run zope;
======================================================================


Hi,

Could you be more explicit ?
- what release do you use ?
- did you install from eggs or via an Ubuntu pre-configured package ?
- ...

Regards,
Thierry
--
Chef de projets intranet/internet
Office National des Forêts - Département Informatique
2, Avenue de Saint-Mandé
75570 Paris Cedex 12
Tél. : 01 40 19 59 64
Fax. : 01 40 19 58 85
Mél. : ***@onf.fr
Web. : http://www.onf.fr
wsh
2010-10-09 03:49:41 UTC
Permalink
Post by david ally
Hi All,
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error
while trying to run zope;
That is because the package BTrees.OOBTree is missing in your
installation. I recommend you to get familiar with virtualenv and
zc.buildout before you get start with Zope 3. Also using Known Good Set
(KGS) is a good idea,two.




regards,

wang shuhao

Loading...