<div class="gmail_quote"><div>Mike Jipping 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'm writing a desktop applet in Python.<br>
<br>
Debugging this thing is incredibly hard. I can't do it in Scratchbox,<br>
because the hildon desktop bindings are not compiled for it. Editing<br>
is then done on the device. 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. 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. This is my first project in Python (I know...hard project for<br>
the first time :-) so I'm open to anything.<br>
<snip></blockquote><div> </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'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 'yourapp.py > output' 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> </div></div>