Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13951

Can't import file in python

$
0
0

Suppose I have

Directory\Folder1\File1.py\class Something, Directory\Folder2\File2.py

I want to import Something from File1 into File2I encounter ModuleNotFoundError

I tried:

from Folder1.File1 import Something

Got:

ModuleNotFoundError: No module named 'Folder1'

Also tried:

from Directory.Folder1.File1 import Something

Got:

ModuleNotFoundError: No module named 'Directory'

Viewing all articles
Browse latest Browse all 13951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>