<div dir="ltr">I'm using centos 6 with python 2.7 installed. I installed all OS dependencies via yum. I installed sylkserver and sipsimple SDK via darcs and used easy_install for all other python dependencies.<div><br>
</div><div>When I tried to run the server it failed with an error about not being able to import coros, proc and other stuff from eventib. I went through and changed eventlib to eventlet in every module that bombed and got the expected final result. An error about an imported function I have no idea how to fix.</div>
<div><br></div><div>
<p class=""> File "/usr/local/lib/python2.7/site-packages/msrplib/connect.py", line 373, in <module></p>
<p class=""> class Notifier(coros.event):</p>
<p class="">TypeError: Error when calling the metaclass bases</p>
<p class=""> function() argument 1 must be code, not str</p><p class=""><br></p><p class="">Can someone tell me what versions of sylkserver and eventlib (and the revisions of any other dependencies for that matter) should work ok together?</p>
<p class=""><br></p><p class="">Richard Revels</p></div></div>