Hi all,<br><br>I am trying to install the SIP SIMPLE command line interface scripts on ubuntu for sending SUBSCRIBE/PUBLISH messages to a Presence server.<br>I am getting the following error during the build<br><br>root@ubuntu:~/SIPsimpleclient/python-sipsimple-0.12.0/python-sipsimple# python setup.py build_ext --pjsip-clean-compile<br>
Traceback (most recent call last):<br>  File "setup.py", line 8, in <module><br>    from setup_pjsip import PJSIP_build_ext<br>  File "/home/jayal/SIPsimpleclient/python-sipsimple-0.12.0/python-sipsimple/setup_pjsip.py", line 10, in <module><br>
    from Cython.Distutils import build_ext<br>ImportError: No module named Cython.Distutils<br>root@ubuntu:~/SIPsimpleclient/python-sipsimple-0.12.0/python-sipsimple# <br><br>Can someone please tell me what the problem could be. I have installed all the dependencies as per the install.linux doc<br>
<br>Thanks for your time,<br>Jaya<br>