Basically i have a python program that includes tkinter, reading and writing from txt files and ecc... , i want to start it in autostart, but it didn't work, i tried everything i found online and didn't worked so now i tried to open it in the terminal using:
Code: Select all
/home/pi/Desktop/Program.pyCode: Select all
Traceback (most recent call last):
File "/home/pi/Desktop/Program.py", line 11, in <module>
w=open("file.txt","r+")
IOError: [Errno 2] No such file or directory: 'file.txt'Code: Select all
python Program.pyDo you know why this happends or you guys know a way around this issue?
Thanks