hello everyone
i created a python file DailyExpensessave.py
when i need to import this in another python program i was getting this error
> Traceback (most recent call last):
> File "C:\Python32\DailyExpensessave", line 1, in <module>
> from DailyExpenses import *
> ImportError: No module named DailyExpenses
Both the python files are in the same folder C:\Python32