Forum Archive

Pythonista URL scheme with script placed in subfolder.

timkl78

I've been using the pythonista:// url scheme, it works great as long as the script is in the root folder in Pythonista.

Is there a way to use the url scheme with a script that is in a subfolder in Pythonista?

omz

Yes, here's an example: pythonista://SomeFolder/Script.py?action=run.

timkl78

Cool, thanks! 😊