<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.1">
</HEAD>
<BODY>
Hi!<BR>
<BR>
I have been trying to package the python bindings for telepathy (version 0.13.3 of the bindings) using bora's 3.1 sdk. I'm getting this traceback:<BR>
<BR>
File &quot;setup.py&quot;, line 4, in &lt;module&gt;<BR>
&nbsp;&nbsp; from telepathy import __version__<BR>
File &quot;/home/ignacius/msn/telepathy-python-0.13.3/telepathy/__init__.py&quot;, line 28, in &lt;module&gt;<BR>
&nbsp;&nbsp;&nbsp; import telepathy.server as server<BR>
File &quot;/home/ignacius/msn/telepathy-python-0.13.3/telepathy/server/__init__.py&quot;, line 23, in &lt;module&gt;<BR>
&nbsp;&nbsp;&nbsp; from telepathy.server.connmgr import *<BR>
File &quot;/home/ignacius/msn/telepathy-python-0.13.3/telepathy/server/connmgr.py&quot;, line 26, in &lt;module&gt;<BR>
&nbsp;&nbsp;&nbsp; class ConnectionManager(dbus.service.Object):<BR>
File &quot;/home/ignacius/msn/telepathy-python-0.13.3/telepathy/server/connmgr.py&quot;, line 104, in ConnectionManager<BR>
&nbsp;&nbsp;&nbsp; @dbus.service.method(CONN_MGR_INTERFACE, in_signature='s', out_signature='a(susv)')<BR>
File &quot;debian/python2.5-dbus/usr/lib/python2.5/site-packages/dbus/decorators.py&quot;, line 24, in decorator<BR>
File &quot;dbus_bindings.pyx&quot;, line 84, in dbus_bindings.SignatureIter.next<BR>
TypeError: exceptions must be strings, classes, or instances, not type<BR>
<BR>
I think the problem is somewhere inside dbus bindings. Has anyone the expertise for helping me?<BR>
<BR>
P.D: I get the traceback on both SDK_ARMEL and SDK_X86. <BR>
P.D.D: AFAIK Ubuntu Edgy sells with this versions of both telepathy and dbus bindings.
</BODY>
</HTML>