View Single Post
Old 05-25-2014, 06:11 PM   #124
claybratt
Junior Member
claybratt began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2014
Device: Kobo Wifi
I tried getting the hello world python script to run but I get this error message.

Hello, world
Traceback (most recent call last):
File "hello.py", line 13, in <module>
call(["/bin/show_pic", "/tmp/image.jpg"])
File "/mnt/onboard/.python/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/mnt/onboard/.python/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/mnt/onboard/.python/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

I thought it may have been from one of the firmware updates so I got a copy of an older SD card image from Davidfor, thank you by the way.

Thank you for any help.

I managed to copy the image.jpg and open it on my computer, looks like it was generated fine. So I'm thinking it may be an issue with the call to show pic.

Last edited by claybratt; 05-26-2014 at 01:21 PM.
claybratt is offline   Reply With Quote