Show More
@@ -30,8 +30,8 b" if sys.platform == 'win32':" | |||||
30 | #print "Try installing it with 'easy_install pyreadline (ctypes is required) or" |
|
30 | #print "Try installing it with 'easy_install pyreadline (ctypes is required) or" | |
31 | #print "svn co http://ipython.scipy.org/svn/ipython/pyreadline/trunk pyreadline" |
|
31 | #print "svn co http://ipython.scipy.org/svn/ipython/pyreadline/trunk pyreadline" | |
32 | #print "Trying 'old' windows readline." |
|
32 | #print "Trying 'old' windows readline." | |
33 | print "Using 'old' readline, you might want to try pyreadline:" |
|
33 | #print "Using 'old' readline, you might want to try pyreadline:" | |
34 | print "http://projects.scipy.org/ipython/ipython/wiki/PyReadline/Intro" |
|
34 | #print "http://projects.scipy.org/ipython/ipython/wiki/PyReadline/Intro" | |
35 | try: |
|
35 | try: | |
36 | from readline import * |
|
36 | from readline import * | |
37 | import readline as _rl |
|
37 | import readline as _rl |
General Comments 0
You need to be logged in to leave comments.
Login now