Python 3 cant find my own module
Clash 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
__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.
Did you make some
__init__.py
files?– cricket_007
26 mins ago