私はPythonを学び始めていますが、atherファイルからモジュールをインポートしようとすると、次のエラーが発生します。
Traceback (most recent call last):
File "./test", line 4, in <module>
from multip import table
ImportError: No module named multip
両方のファイルは同じディレクトリにあります
「math」や「os」などのモジュールをインポートすると、問題はファイル間で発生します。
OS:ubuntu 12.04
Pythonバージョン:Python 3.2.3