Eric4调用文本文件

时间:2013-06-14 18:52:58

标签: python-2.7 pandas

如何将文本文件调用到Eric4?我应该在哪个目录中放置文件?我的小脚本需要使用python-pandas来提取数据,当我试图在Eric4里面运行时我得到了

The debugged program raised the exception unhandled IOError
"[Errno  2] No such file or directory: 'blank.txt'"
File: /usr/lib/python2.7/site-packages/pandas/core/common.py, Line 1633

Break here?

没有'Eric4'标签,所以我希望有人知道这个程序。

感谢。

编辑:

已解决:OP记得要仔细检查.txt文件和.py文件是否在同一目录中。之后Eric4没有问题。

0 个答案:

没有答案