View Single Post
m2cm2c's Avatar
Posts: 100 | Thanked: 240 times | Joined on Feb 2010 @ The South Pole O.o
#8
Originally Posted by lostinmirkwood View Post
copied and pasted that into nano, saved and ran.

It seems to crash (go out of memory and turn black momentarily) a bit faster now, ~1second instead of ~4secs.

m2cm2c, do you know if I can print kernel or python errors? so I can debug this?
what I do when I debug my scripts is either run them through the terminal or send the output to a text file as in:
Exec=python /opt/anselA/anselA.py > some_text_file

although in your case, I think running dmesg should give you a hint in whats happening to your app.

Last edited by m2cm2c; 2010-03-12 at 21:27.
 

The Following User Says Thank You to m2cm2c For This Useful Post: