Try in a python shell: print (readline.__doc__) print (readline.__file__) The first to confirm that libedit readline is still being loaded, the second to hopefully give some kind of hint where it's coming from.