panyasan
unread,Oct 7, 2009, 4:00:13 AM10/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cometd-dev
Hello,
I have asked this on cometd-dev but got no answer, I hope this is the
right place.
I am having trouble installing a python cometd server on my Mac
(10.5). I am using the python (2.5) that is shipped with the OS. Doing
cometd-1.0.0rc0/cometd-twisted/setup_dependencies.sh
sudo python cometd-1.0.0rc0/cometd-twisted/setup.py install
works fine. However, when I try to start the server with
sudo twistd -noy ./cometd.tac
I get the following error:
Traceback (most recent call last):
File "/usr/bin/twistd", line 20, in <module>
from twisted.scripts.twistd import run
File "/Library/Python/2.5/site-packages/twisted/scripts/twistd.py",
line 11, in <module>
from twisted.application import app
File "/Library/Python/2.5/site-packages/twisted/application/app.py",
line 7, in <module>
from twisted.python import runtime, log, usage, failure, util,
logfile
File "/Library/Python/2.5/site-packages/twisted/python/log.py", line
17, in <module>
from zope.interface import Interface
File "/Library/Python/2.5/site-packages/zope/interface/__init__.py",
line 55, in <module>
from zope.interface.interface import Interface, _wire
File "/Library/Python/2.5/site-packages/zope/interface/
interface.py", line 211, in <module>
from _zope_interface_coptimizations import InterfaceBase,
adapter_hooks
ImportError: cannot import name InterfaceBase
Anyone has an idea what could be wrong?
Thanks,
panyasan