Je !!, excelente, ya funciona.<br><br>Era un detallecito, se ve que ya me agoté jajaja.<br><br>Dejo codigo fuente por si le interesa a alguien:<br><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">import evince</span><br style="color: rgb(153, 51, 0);">
<span style="color: rgb(153, 51, 0);">import gtk</span><br style="color: rgb(153, 51, 0);"><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">evince.evince_embed_init()</span><br style="color: rgb(153, 51, 0);">
<br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">w = gtk.Window()</span><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">w.show()</span><br style="color: rgb(153, 51, 0);">
<br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">e = evince.View()</span><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">w.add(e)</span><br style="color: rgb(153, 51, 0);">
<span style="color: rgb(153, 51, 0);">e.show()</span><br style="color: rgb(153, 51, 0);"><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">document = evince.factory_get_document(&#39;file:///home/flavio/Documentos/python.pdf&#39;)</span><br style="color: rgb(153, 51, 0);">
<span style="color: rgb(153, 51, 0);">e.set_document(document)</span><br style="color: rgb(153, 51, 0);"><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">gtk.main()</span><br><br>No se puede ser más minimalista.<br>
<br><br><div class="gmail_quote">2009/9/21 Santiago Aguiar <span dir="ltr">&lt;<a href="mailto:santiago.aguiar@gmail.com">santiago.aguiar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Nunca he usado evince desde python, pero dado el mensaje de error,
podes probar:<br>
<br>
<span style="color: rgb(153, 0, 0);">document =
evince.factory_get_document</span>(<a>&quot;file:///home/olpc/python.pdf&quot;</a>)<br>
<br>
saludos!<br>
</div>

<br>_______________________________________________<br>
Olpc-uruguay mailing list<br>
<a href="mailto:Olpc-uruguay@lists.laptop.org">Olpc-uruguay@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/olpc-uruguay" target="_blank">http://lists.laptop.org/listinfo/olpc-uruguay</a><br>
<br></blockquote></div><br>