This script might help: github
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.

Posts made by naturale
-
RE: Error when trying to import third-party module from iOS Sharing extension
I thought
nltk
was installed at site packages 2, but found in 3. Thanks! -
Error when trying to import third-party module from iOS Sharing extension
Recently, I installed
nltk
with StaSh to do some natural language stuffs.I wrote a python 2 script with pythonista, which works from iOS sharing extension.
But whenever I tried to run the script from sharing extension, an error occurred:
ImportError: No module named nltk
, even thoughnltk
was installed at/Documents/Modules & Templates/site-packages
.When I try to import the nltk from the Pythonista3 app, it was imported normally without any bugs.
My default interpreter is python 2 now.
I searched the community for the phenomenon but got nothing about this bug.
Anyone know how to fix this?
Thanks.
-
[Module Request] SciPy (again)
It would be really, really exciting to see following modules running on iOS Pythonista.
- SciPy
- Pandas
- Scikit-learn
(- statsmodels)
I searched and read several requests written before about SciPy. I understand that it is a hard job, because of SciPy's fortran-based code. But I also found an app called 'Computable', which fully powers SciPy and Pandas on iOS, un fortunately not on the App Store anymore.
Is there any possibilities of SciPy and related modules to be ported into Pythonista? If it's possible, but merely a labor-intense job, is there any way that I (or other individuals) can help with?
Thanks.