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"><<a href="mailto:danielle.madeley@collabora.co.uk">danielle.madeley@collabora.co.uk</a>></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>
> I have installed telepathy-glib 0.17.7, I can run C examples, but<br>
> python examples not. I suppose I need something like python setup.py<br>
> install, Isn't it?<br>
<br>
</div>No. The Python module you need ('gi') is clearly already installed.<br>
<br>
Check you built the gobject-introspection files (*.gir and *.typelib)<br>
and that they'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>
> On Apr 2, 2012 6:41 PM, "Danielle Madeley"<br>
> <<a href="mailto:danielle.madeley@collabora.co.uk">danielle.madeley@collabora.co.uk</a>> wrote:<br>
> > Hi, I would like to know how to run the python examples.<br>
><br>
> Do you have the TelepathyGLib gir/typelib installed?<br>
><br>
> If they're in a prefix you can export GI_TYPELIB_PATH=<br>
> $prefix/lib/girepository-1.0/<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>
<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>