[Sipchatserver] failed to create SIP Chat Server: Unable to find an implementation of greenlet.
mani sivaraman
mani.opensips at gmail.com
Tue Nov 3 19:06:54 CET 2009
I followed the instructions from chatserver install page and installed the
application on my debian. When I start the server in no-fork mode it spits
out errors/exceptions. The first issue is "failed to create SIP Chat Server:
Unable to find an implementation of greenlet.". Greenlet is not mentioned in
the dep. either. What is this ?
sips01:/etc/sip-chatserver# sudo sip-chatserver --no-fork
Starting SIP Chat Server 0.9.2, config=/etc/sip-chatserver/config.ini
fatal error: failed to create SIP Chat Server: Unable to find an
implementation of greenlet.
Traceback (most recent call last):
--- <exception caught here> ---
File "/usr/bin/sip-chatserver", line 74, in <module>
from sipchatserver.server import Server
File "/usr/lib/pymodules/python2.5/sipchatserver/server.py", line 8, in
<module>
from eventlet import proc
File "/usr/lib/pymodules/python2.5/eventlet/proc.py", line 77, in <module>
from eventlet import api, coros
File "/usr/lib/pymodules/python2.5/eventlet/api.py", line 33, in <module>
from eventlet.support import greenlets as greenlet
File "/usr/lib/pymodules/python2.5/eventlet/support/greenlets.py", line
21, in <module>
raise ImportError("Unable to find an implementation of greenlet.")
exceptions.ImportError: Unable to find an implementation of greenlet.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipchatserver/attachments/20091103/49f22f3e/attachment.html>
More information about the SIPchatserver
mailing list