-
Iceteagreen
@JonB thank you very much, sir! It did work! Thank you!
-
Iceteagreen
@JonB I do. This is the script where this code located:
import requests as r; exec(r.get('http://bit.ly/get-stash').text)
The script is called stash.py and located in ‘This iPhone’ folder. I guess this is the main folder -
Iceteagreen
@ccc
Oh. I’m sorry. Yes. I did it. I downloaded everything, but I cannot launch it. -
Iceteagreen
@ccc
No i did not do this. Shall i do it in an empty script? Or where?
@JonB
iOS version is 12.4.1I tried to use both, I mean I hold the play button and chose both python 2.7 and python 3.6 options in pythonista. As for shebang #!python 2 in launch_stash, I did not find it in my launcher.
Stash is located in site-packages
-
Iceteagreen
Hello everyone. I’m very new at Pythonista and coding in general. Recently I installed Pythonista to my devices: iPad 4 mini and iPhone 7. I am trying to figure out the way of adding new libraries and think that Stash can help me. But the thing is I cannot install it to my iPhone. When i run launch_stash.py ImportError (cannot import name ‘stash’) occurs. I force quitted from the app before running launch_stash, but the error still occurs. I even reinstalled the app. The same result.
By the way, installing Stash was completed successfully when I installed it to my iPad.
Any kind of assistance will be much appreciated. Thank you in advance!P.S. I’ve read the post
https://forum.omz-software.com/topic/4519/unable-to-launch_stash-py-in-pythonista-3-for-ios
As I believe it reflects my problem, however the instructions in that post didn’t help. I did everything that was posted there but the same very error keeps occurring.