-
dude_scott
Yeah, I did that originally, but then I tried changing the name to "Read_Notes.py" to "ReadNotes.py" and it seems to be working fine now. I didn't love the shortcuts method because has to launch both the Shortcuts app and Pythonista, but that's not a huge deal.
Thanks for the input!
-
dude_scott
I'm pretty new to Pythonista, but I'm having a reoccurring issue when trying to create home screen icons for my scripts. Whenever I launch the script from the home screen, I get an error that the py file isn't found. I tried to find other posts on this issue, but they all relate to icloud. My files are all located locally on my iphone in a folder called scripts.
For example: I have a script call Read_Notes.py and the path is Scripts/Read_Notes.py, when I run the script from the home screen the error message reads "The file 'Scripts/Scripts/Read_Notes.py' could not be found."
Not sure why the path is incorrect. Any ideas?
TL;DR Local Python files not able to launch from home screen. Looks like the file path to the script is added incorrectly.launche