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 ?<br>
<br><br>sips01:/etc/sip-chatserver# sudo sip-chatserver --no-fork<br>Starting SIP Chat Server 0.9.2, config=/etc/sip-chatserver/config.ini<br>fatal error: failed to create SIP Chat Server: Unable to find an implementation of greenlet.<br>
Traceback (most recent call last):<br>--- <exception caught here> ---<br> File "/usr/bin/sip-chatserver", line 74, in <module><br> from sipchatserver.server import Server<br> File "/usr/lib/pymodules/python2.5/sipchatserver/server.py", line 8, in <module><br>
from eventlet import proc<br> File "/usr/lib/pymodules/python2.5/eventlet/proc.py", line 77, in <module><br> from eventlet import api, coros<br> File "/usr/lib/pymodules/python2.5/eventlet/api.py", line 33, in <module><br>
from eventlet.support import greenlets as greenlet<br> File "/usr/lib/pymodules/python2.5/eventlet/support/greenlets.py", line 21, in <module><br> raise ImportError("Unable to find an implementation of greenlet.")<br>
exceptions.ImportError: Unable to find an implementation of greenlet.<br><br><br>