在emacs中输出问题
最近在学python,然后用emacs搭建了一个python IDE,但是用print输出一个文本文件内容时,在emacs中python交互下不显示内容,但是在windows的power shell里面运行的python交互输出就没问题,如下面的代码:>>> aa=open("test.txt")
>>> print aa.read()
求用emacs的python高手指点下
2012-07-03 20:34
2012-07-10 07:51
2012-07-15 10:52
2012-07-15 23:23