Add to Home Screen did not work
-
Click the Home Icon got a message Not Found -- The file "Example/User Interface/Examples/User Interface/Calculator.py" could not be found.
Any help?
-
Pulled this from omz's docs
On iOS 13 and later, you may want to use a home screen shortcut from the Shortcuts app instead. You can launch Pythonista from the Shortcuts app by opening a pythonista:// URL
also your string calls path twice..
you said
Example/User Interface/Examples/User Interface/Calculator.py
sould be
Examples/User Interface/Calculator.py
i beleive
-
Yes, The path is generated by Pythonista seems call twice, and I canβt modify it. Is this a bug?
-
This post is deleted!last edited by
-
@DaricLiu ,
Try to reboot your device.
We have discussed this: see hereAnd i found out, it isn't the same Path twice. If you move the Script, it is old Path and new Path.
-
βπ»βπ»βπ»