Closed jjarava closed 8 years ago
The error can be fixed by running following statements before the installation.
import sys; sys.path.insert(0, '.')
In contrast to v1.5, Pythonista v1.6 beta no longer has '.
' (current working directory) in the default sys.path
. So the installation script was unable to locate the stash module which is in the current directory. Above statements add the dot in sys.path
so that the stash module can be found.
Since you are on beta, it may be worthwhile to try stash's version for beta. Please refer to this post for instructions.
Thank you!
It might be better to install stash under site-packages
. This fixes the import problem and ensures that the module isn't reloaded every time you run a script (which Pythonista does as of a recent beta version).
This should no longer be an issue with the new 0.5 version that is updated for Pythonista 2.0
Hi!
Just tried to install in Pythonista (latest Beta) on my iPhone, iOS v8.4.1 and I'm getting an error.
I'm following the instructions on the Readme file and I get an error:
Any idea what might be the issue?