Hello

I m new to programming and i try Python under windows (32bit)
Everything seems pretty fine but there is something that is not clear to me .
I have installed python to C:\Python26 , and in there i have created a new folder called exercises,
so it goes C:\Python26\exercises , so that i store , the scripts i make.
When i open the python interactive shell , and i use the import command ,e.g import file ( for a script that is just called file.py)
the shell does not find the scripts i save on the exercises folder , it only seems to find this way only those that are stored under C:\Python26.
Is there a way to make the interactive shell to look for my scripts , on the exercises folder
