-2

i did everythin but still i got ModuleNotFoundError: No module error.

enter image description here

khelwood
  • 55,782
  • 14
  • 81
  • 108

1 Answers1

0

I think you r importing something which is not installed. you can install it using pip install projeler_ile_python. If you install it properly then it will work fine. or create __init__.py file inside projeler_ile_python folder because if there is not any __init__.py file that folder is simple folder not a package.