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 &quot;failed to create SIP Chat Server: Unable to find an implementation of greenlet.&quot;. 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>--- &lt;exception caught here&gt; ---<br>  File &quot;/usr/bin/sip-chatserver&quot;, line 74, in &lt;module&gt;<br>    from sipchatserver.server import Server<br>  File &quot;/usr/lib/pymodules/python2.5/sipchatserver/server.py&quot;, line 8, in &lt;module&gt;<br>
    from eventlet import proc<br>  File &quot;/usr/lib/pymodules/python2.5/eventlet/proc.py&quot;, line 77, in &lt;module&gt;<br>    from eventlet import api, coros<br>  File &quot;/usr/lib/pymodules/python2.5/eventlet/api.py&quot;, line 33, in &lt;module&gt;<br>
    from eventlet.support import greenlets as greenlet<br>  File &quot;/usr/lib/pymodules/python2.5/eventlet/support/greenlets.py&quot;, line 21, in &lt;module&gt;<br>    raise ImportError(&quot;Unable to find an implementation of greenlet.&quot;)<br>
exceptions.ImportError: Unable to find an implementation of greenlet.<br><br><br>