Hi, <br>After some busy weeks, I&#39;ve back to maemo plugin programming with python. <br>I used these packages (Thanks Benoit !)&nbsp; but doesn&#39;t work for me in my N800. Nothing happens and I don&#39;t know how to see error messages. <br>
In scratchbox, I compiled the python desktop plugin loader following this tutorial <a href="http://ianlawrence.info/random-stuff/hildon-python-plug-in-ide">http://ianlawrence.info/random-stuff/hildon-python-plug-in-ide</a>, and I get this error when I try to load a home desktop plugin:<br>
<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/lib/hildon-desktop/homeip.py&quot;, line 1, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import gtk<br>&nbsp; File &quot;/home/luwolf/release-jan/chinook/python-gtk2-2.12.1/debian/python2.5-gtk2/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py&quot;, line 38, in &lt;module&gt;<br>
&nbsp; File &quot;/home/luwolf/release-jan/chinook/python-gobject-2.14.1/debian/python2.5-gobject/usr/lib/python2.5/site-packages/gtk-2.0/gobject/__init__.py&quot;, line 30, in &lt;module&gt;<br>&nbsp; File &quot;/home/luwolf/release-jan/chinook/python-gobject-2.14.1/debian/python2.5-gobject/usr/lib/python2.5/site-packages/gtk-2.0/gobject/constants.py&quot;, line 22, in &lt;module&gt;<br>
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/gobject/_gobject.so: undefined symbol: _Py_TrueStruct<br><br><br>Does anyone know what&#39;s happening. I&#39;m going mad...<br><br>Thanks. <br><br><br><br>