You are not logged in.

#1 2008-11-05 21:35:37

hasse
Member
From: Vejle, Denmark
Registered: 2008-04-02
Posts: 23
Website

suddenly hellanzb problems

After a update i think, i got this error when trying to start hellanzb

hellanzb.py 
Traceback (most recent call last):
  File "/usr/bin/hellanzb.py", line 14, in <module>
    from Hellanzb.Core import main
  File "/usr/lib/python2.6/site-packages/Hellanzb/Core.py", line 9, in <module>
    from Hellanzb.HellaReactor import HellaReactor
  File "/usr/lib/python2.6/site-packages/Hellanzb/HellaReactor.py", line 13, in <module>
    from twisted.internet.selectreactor import SelectReactor
  File "/usr/lib/python2.6/site-packages/twisted/internet/selectreactor.py", line 17, in <module>
    from zope.interface import implements
ImportError: No module named zope.interface

the installed version of hellanzb is 0.13.4

anyone ?

Offline

#2 2008-11-05 22:40:11

mongo
Member
Registered: 2008-09-23
Posts: 3

Re: suddenly hellanzb problems

Python jumped to 2.6 recently which seems to have broken a few things. There are some other threads about it. I had trouble last night and reverted to 2.5 which was still in my pacman cache. In your case I would guess that zope is installed for 2.5 and not 2.6. Just a guess though.

Offline

#3 2008-11-06 09:39:08

hasse
Member
From: Vejle, Denmark
Registered: 2008-04-02
Posts: 23
Website

Re: suddenly hellanzb problems

I have just tried to install zope and that's version 3.3.1-1 dont know where to see on which version of python that's installed for.

Offline

Board footer

Powered by FluxBB