Thank you very much Danielle.<br><br>Finally I read this <br><br><a href="https://live.gnome.org/GObjectIntrospection" target="_blank">https://live.gnome.org/GObjectIntrospection</a><br>
<a href="https://live.gnome.org/PyGObject" target="_blank">https://live.gnome.org/PyGObject</a><br><br>and installed <br><br>sudo apt-get install gir1.2-telepathyglib-0.12<br><br>Then it worked !<br><br>--<br>Andrés<br><br>
<div class="gmail_quote">On Mon, Apr 2, 2012 at 9:27 PM, Danielle Madeley <span dir="ltr">&lt;<a href="mailto:danielle.madeley@collabora.co.uk">danielle.madeley@collabora.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, 2012-04-02 at 21:21 -0500, Andrés Vargas wrote:<br>
&gt; I have installed telepathy-glib 0.17.7, I can run C examples, but<br>
&gt; python examples not. I suppose I need something like python setup.py<br>
&gt; install, Isn&#39;t it?<br>
<br>
</div>No. The Python module you need (&#39;gi&#39;) is clearly already installed.<br>
<br>
Check you built the gobject-introspection files (*.gir and *.typelib)<br>
and that they&#39;ve been installed, check that the place the typelib file<br>
is installed to is in your GI_TYPELIB_PATH.<br>
<br>
Primer on GObject-Introspection and PyGObject:<br>
<a href="https://live.gnome.org/GObjectIntrospection" target="_blank">https://live.gnome.org/GObjectIntrospection</a><br>
<a href="https://live.gnome.org/PyGObject" target="_blank">https://live.gnome.org/PyGObject</a><br>
<br>
--danni<img class="vt c6 BUw1sf" id=":wt" src="images/cleardot.gif" alt="Available">
<div class="HOEnZb"><div class="h5"><br>
&gt; On Apr 2, 2012 6:41 PM, &quot;Danielle Madeley&quot;<br>
&gt; &lt;<a href="mailto:danielle.madeley@collabora.co.uk">danielle.madeley@collabora.co.uk</a>&gt; wrote:<br>
&gt;         &gt; Hi, I would like to know how to run the python examples.<br>
&gt;<br>
&gt;         Do you have the TelepathyGLib gir/typelib installed?<br>
&gt;<br>
&gt;         If they&#39;re in a prefix you can export GI_TYPELIB_PATH=<br>
&gt;         $prefix/lib/girepository-1.0/<br>
&gt;<br>
&gt;         --<br>
&gt;         Danielle Madeley<br>
&gt;         Senior Software Engineer, Collabora Ltd.<br>
&gt;<br>
&gt;         <a href="http://www.collabora.co.uk" target="_blank">www.collabora.co.uk</a><br>
&gt;<br>
<br>
--<br>
Danielle Madeley<br>
Senior Software Engineer, Collabora Ltd.<br>
<br>
<a href="http://www.collabora.co.uk" target="_blank">www.collabora.co.uk</a><br>
<br>
</div></div></blockquote></div><br><br><br>