Hi everyone,
I use a Python script to read Data from an device at a usb port and write the data to an Mysql database.
first it seemed to run fine, but after executing the script for several times my pi crashes and does not respond to anything (no video output, no ssh, no anything)
i tried to put everything in try constructs to catch a failure and prevent crashing but it had no effect.
any ideas?!?
oh by the way i use a fresh wheezy version
thanks
Simoff