I try to import my function Shemptoo from the file housoto.py:
from housoto import Shemptoo
ModuleNotFoundError: No module named 'housoto'
This two file are on the same directories, i am on spyder python 2.7 and window 10.
EDIT: Pranay, I tried on the console : C:\Users\Pat>export PYTHONPATH=//:$PYTHONPATH Result:Access Denied.
I tried to keep init.py file in the same directory and it doesn't work to. Also, if it can help you to find the problem, when i tried to just import the module Shemptoo in the file housoto with import, the problem is the same.
It's important for me to to that beacause my project contains thousands line..Thanks for your help.