导入.py文件错误

时间:2017-02-07 09:15:02

标签: python django python-2.7

我正在尝试导入.py文件,但它会出错。

import thinkplot

错误:

  

追踪(最近一次通话):     文件“”,第1行,in       导入thinkplot   ImportError:没有名为thinkplotTraceback的模块(最近一次调用最后一次):     文件“”,第1行,in       导入thinkplot   ImportError:没有名为thinkplot的模块

但是当我打开thinkplot.py文件然后编写代码import thinkplot时,它运行良好。但是如果不打开文件,它就不起作用。

论坛中也有类似的问题,但它们都不适用于我。我是Python的新手。我该如何解决这个问题?另外,我在ubuntu linux中使用python 2.7。谢谢......

1 个答案:

答案 0 :(得分:0)

不要写.py,写import thinkplot。 要获取更多信息,请阅读documentation