Pythonista core module

505 Views Asked by At

I'm quite new to Pythonista and I’ve found the StaSh pip installer. I installed the module PyDictionary but for some reason whenever I try to import it, it gives me an error saying I haven't got a module called "core". I tried to pip install "core 1.0.1" but didn’t succeed, and I can't find the zip file for the "core 1.0.1" module on the PyPI or elsewhere online.

All it’s saying is:

from core import *

ModuleNotFoundError: No module named "core"
0

There are 0 best solutions below