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">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>