How do I import my own module?
-
Just bought Pythonista 3. And somewhat new to the language. (Taking a class right now)
From what I know, you are supposed to place your own modules to be imported into site-packages. I placed my module there and attempted to import it from another script. My module is just called check.py and in my original script I have import check at the top of my code. What do I do?
-
last edited by