<div>I am still having problems with the sipsimple 0.30 install. Installed packages are:</div><div><div>Unpacking python-sipsimple (from .../python-sipsimple_0.30.0squeeze_amd64.deb) ...</div><div>Setting up python-backports (1.0.0squeeze) ...</div>
<div>Setting up python-greenlet (0.4.1squeeze) ...</div><div>Setting up python-eventlib (0.1.0squeeze) ...</div><div>Setting up python-msrplib (0.15.0squeeze) ...</div><div>Setting up python-xcaplib (1.0.17squeeze) ...</div>
<div>Setting up python-sipsimple (0.30.0squeeze) ...</div></div><div><br></div>But client commands fail. It seems that msrplib depends on eventlet, but that has now been replaced by eventlib?<div><br></div><div><div>owenl@debianvm1:~$ sip-publish-presence -h</div>
<div>using set_wakeup_fd</div><div>Traceback (most recent call last):</div><div> File "/usr/bin/sip-publish-presence", line 32, in <module></div><div> from sipsimple.application import SIPApplication</div>
<div> File "/usr/lib/python2.6/dist-packages/sipsimple/application.py", line 33, in <module></div><div> from sipsimple.session import SessionManager</div><div> File "/usr/lib/python2.6/dist-packages/sipsimple/session.py", line 39, in <module></div>
<div> from sipsimple.streams import AudioStream, MediaStreamRegistry, InvalidStreamError, UnknownStreamError</div><div> File "/usr/lib/python2.6/dist-packages/sipsimple/streams/__init__.py", line 99, in <module></div>
<div> from sipsimple.streams import rtp, msrp</div><div> File "/usr/lib/python2.6/dist-packages/sipsimple/streams/msrp.py", line 37, in <module></div><div> from msrplib.connect import DirectConnector, DirectAcceptor, RelayConnection, MSRPRelaySettings</div>
<div> File "/usr/local/lib/python2.6/dist-packages/msrplib/connect.py", line 50, in <module></div><div> from eventlet.twistedutil.protocol import GreenClientCreator, SpawnFactory</div><div>ImportError: No module named eventlet.twistedutil.protocol</div>
<div><br></div><br><div class="gmail_quote">On 7 September 2012 10:55, Adrian Georgescu <span dir="ltr"><<a href="mailto:ag@ag-projects.com" target="_blank">ag@ag-projects.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">We prepared the changelogs but the package building and upload is still in progress.<div><br></div><div>Just wait a bit.</div><div><br></div><div>Adrian</div><div><div><br><div><div><div class="h5">
<div>On Sep 7, 2012, at 12:35 AM, Owen Lynch wrote:</div><br></div></div><blockquote type="cite"><div><div class="h5">I have installed the SIP SIMPLE Client SDK from Debian packages per the wiki, but the commands fail due to a missing 'presdm' payload module:<div>
<br></div><div><div>owenl@debianvm1:~$ sip-publish-presence</div><div>
using set_wakeup_fd</div><div>Traceback (most recent call last):</div><div> File "/usr/bin/sip-publish-presence", line 34, in <module></div><div> from sipsimple.payloads.presdm import Contact, Device, DeviceNote, DeviceTimestamp, Person, PersonNote, PersonTimestamp, PIDF, Service, ServiceTimestamp, Status</div>
<div>ImportError: No module named presdm</div></div><div><br></div><div>I see that there is a new release (0.30) but after apt-get update I still get the old versions installed. Is this a problem with the 64 bit package? My install log:</div>
<div><br></div><div><div>owenl@debianvm1:~/sipsimpleclient/python-sipsimple/docs$ sudo apt-get install python-sipsimple</div><div>Reading package lists... Done</div><div>Building dependency tree </div><div>Reading state information... Done</div>
<div>The following extra packages will be installed:</div><div> libavahi-compat-libdnssd1 python-backports python-eventlet-0.8 python-greenlet python-msrplib python-xcaplib</div><div>The following NEW packages will be installed:</div>
<div> libavahi-compat-libdnssd1 python-backports python-eventlet-0.8 python-greenlet python-msrplib python-sipsimple</div><div> python-xcaplib</div><div>0 upgraded, 7 newly installed, 0 to remove and 2 not upgraded.</div>
<div>Need to get 0 B/1,768 kB of archives.</div><div>After this operation, 6,726 kB of additional disk space will be used.</div><div>Do you want to continue [Y/n]? y</div><div>Selecting previously deselected package libavahi-compat-libdnssd1.</div>
<div>(Reading database ... 137374 files and directories currently installed.)</div><div>Unpacking libavahi-compat-libdnssd1 (from .../libavahi-compat-libdnssd1_0.6.27-2+squeeze1_amd64.deb) ...</div><div>Selecting previously deselected package python-backports.</div>
<div>Unpacking python-backports (from .../python-backports_1.0.0squeeze_all.deb) ...</div><div>Selecting previously deselected package python-greenlet.</div><div>Unpacking python-greenlet (from .../python-greenlet_0.4.1squeeze_amd64.deb) ...</div>
<div>Selecting previously deselected package python-eventlet-0.8.</div><div>Unpacking python-eventlet-0.8 (from .../python-eventlet-0.8_0.8.11.7squeeze_all.deb) ...</div><div>Selecting previously deselected package python-msrplib.</div>
<div>Unpacking python-msrplib (from .../python-msrplib_0.14.4squeeze_all.deb) ...</div><div>Selecting previously deselected package python-xcaplib.</div><div>Unpacking python-xcaplib (from .../python-xcaplib_1.0.16squeeze_all.deb) ...</div>
<div>Selecting previously deselected package python-sipsimple.</div><div>Unpacking python-sipsimple (from .../python-sipsimple_0.20.0squeeze_amd64.deb) ...</div><div>Setting up libavahi-compat-libdnssd1 (0.6.27-2+squeeze1) ...</div>
<div>Setting up python-backports (1.0.0squeeze) ...</div><div>Setting up python-greenlet (0.4.1squeeze) ...</div><div>Setting up python-eventlet-0.8 (0.8.11.7squeeze) ...</div><div>Setting up python-msrplib (0.14.4squeeze) ...</div>
<div>Setting up python-xcaplib (1.0.16squeeze) ...</div><div>Setting up python-sipsimple (0.20.0squeeze) ...</div></div><div><br></div><div><br></div><div><div>owenl@debianvm1:~/sipsimpleclient/python-sipsimple/docs$ sudo apt-get install sipclients</div>
<div>Reading package lists... Done</div><div>Building dependency tree </div><div>Reading state information... Done</div><div>The following NEW packages will be installed:</div><div> sipclients</div><div>0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.</div>
<div>Need to get 0 B/1,141 kB of archives.</div><div>After this operation, 2,736 kB of additional disk space will be used.</div><div>Selecting previously deselected package sipclients.</div><div>(Reading database ... 137843 files and directories currently installed.)</div>
<div>Unpacking sipclients (from .../sipclients_0.20.0squeeze_all.deb) ...</div><div>Setting up sipclients (0.20.0squeeze) ...</div></div><div><br></div><div>My Debian version:</div><div><div>root@debianvm1:/usr/share/pyshared# cat /proc/version</div>
<div>Linux version 2.6.32-5-amd64 (Debian 2.6.32-45) (<a href="mailto:dannf@debian.org" target="_blank">dannf@debian.org</a>) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun May 6 04:00:17 UTC 2012</div></div><div><br></div>
<div>Any help appreciated,</div>
<div>Owen Lynch</div></div></div>
_______________________________________________<br>SIPBeyondVoIP mailing list<br><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" target="_blank">SIPBeyondVoIP@lists.ag-projects.com</a><br><a href="http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip" target="_blank">http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip</a><br>
</blockquote></div><br></div></div></div></blockquote></div><br></div>