i need help, everytime when i write something in python and then save it as a .py file after that i can’t import my module after i saved the file, inside my python directory where i installed python i made a new folder where i save all of my codes, the other codes i can import fine into the idle, but now everytime when i make a module with a function in it, or variable, etc, and when i call my module with the import statement i get this error:
import age_module_test
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import age_module_test
ImportError: No module named age_module_test
so as i was saying where i installed python i created a new folder in wich i save all of my codes what i am makeing, in that new folder all of my other codes wich i writed long time ago i can import into the idle without getting any error, and now when i am creating new modules and save it as a .py file in the same directory where i saved the old codes…, this new modules i can’t import it because is giving me that error from above, i need help to fix this thanks