error"modulenotfoinderror: no module named ..
I'm a new user of python. I created a module, installed it, it is working correctly on command window, but it doesnt work on spyder and when i import it i get an error"modulenotfoinderror: no module named '...' ". Could anyone help me to solve this problem?
I used setuptools module.