Python 3 cant find my own module

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Python 3 cant find my own module


/database/frontend
/database/backend



Same file in same direct still cant import backend in front end
I have tried setting the PYTHONPATH;
sys.append() method; using from . Import backend but still cant figure it out


PYTHONPATH


sys.append() method


from . Import backend





Did you make some __init__.py files?
– cricket_007
26 mins ago




__init__.py









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham