After I upgraded to Pythonista 2.0 every script and even the console show the following error after the command "import pipista":
>>> import pipista
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named pipista
The pipista.py script is still in the main directory and all modules are in the "pypi-modules" folder.
Any hints to get get pipista support back?