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

how to import files from main folder to sub folder?

$
0
0

ps:I am using VS CODE IDEmy project structure isproject--srcold.py--componentsnew.py

There is a folder named src inside my project folder and inside src there is another folder named componentsNow i want to import the old.py from src to new.py in src/components

I have tried the import statements but still getting the error

from src.old import logging

It throws me a error saying 'src' module not found.ModuleNotFoundException


Viewing all articles
Browse latest Browse all 14040

Trending Articles