'I am importing a module from home.module import contacts but its showing error no module named home

enter image description hereenter image description here

So what can I do here cause I have tried everything but nothing happened please help

pip install home is also showing error so that's a big problem kindly help



Solution 1:[1]

Try in you VS Code: Pip install home. After that you can import the module in your python file and use it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MajorAnonymous