- 论坛徽章:
- 0
|
哪里没有readline支持。。
$ ipython2.5 -pylab
Python 2.5.4 (r254:67916, Mar 17 2009, 16:33:00)
Type "copyright", "credits" or "license" for more information.
IPython 0.9.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
Welcome to pylab, a matplotlib-based Python environment.
For more information, type 'help(pylab)'.
In [1]: from scipy import *
In [2]: from readline import *
In [3]: have_readline
Out[3]: True
In [4]: |
|