<div class="gmail_quote"><div>Mike Jipping&nbsp; wrote:<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I&#39;m writing a desktop applet in Python.<br>
<br>
Debugging this thing is incredibly hard. &nbsp;I can&#39;t do it in Scratchbox,<br>
because the hildon desktop bindings are not compiled for it. &nbsp;Editing<br>
is then done on the device. &nbsp;I thought this would be OK and that the<br>
cycle of unselecting/code change/selecting the applet would run the new<br>
code changes. But...the system seems to cache the code so that the<br>
unselect/select always invokes the same code. &nbsp;And who knows where<br>
even the simple print or logging statements go...<br>
<br>
Does anyone have any suggestions for easier debugging of Python desktop<br>
applets. &nbsp;This is my first project in Python (I know...hard project for<br>
the first time :-) so I&#39;m open to anything.<br>
&lt;snip&gt;</blockquote><div>&nbsp;</div><div>If you are having trouble setting up the scratchbox, I have found the pre-built vmware or qemu appliance [1] very helpful. I am having trouble with audio playback on the thing, so I will usually just rsync my code changes to my n800 and then run the application I&#39;m working on from ssh. The Python code is cached into the compiled .pyc files, but it should be able to detect that there is a difference if you change the source (atleast it has for me). As for debugging, I suggest you run your app from the terminal, or use some a &#39;yourapp.py &gt; output&#39; to get the output generated. <br>
<br>HTH,<br>Steve Brown<br><br><br>[1] <a href="http://maemovmware.garage.maemo.org/">http://maemovmware.garage.maemo.org/</a><br>&nbsp;</div></div>