I'm beginning to learn python, but when I try to import modules from an ather file I get this error:
Traceback (most recent call last):
File "./test", line 4, in <module>
from multip import table
ImportError: No module named multip
The both files are in the same directory
when I import modules like 'math' or 'os' it's work, the probleme is between files
OS:ubuntu 12.04
python version:python 3.2.3