ipy_greedycompleter.py need readline fix for win32

Bug #322393 reported by reckoner
2
Affects Status Importance Assigned to Milestone
IPython
Fix Released
Undecided
Ville M. Vainio

Bug Description

To use ipy_greedycompleter.py in win32, you will need to pull readline from the right place by changing the following lines

    import readline

to

    import IPython.rlineimpl as readline

otherwise, it will complain that it can't find readline.

Revision history for this message
Ville M. Vainio (villemvainio) wrote :

Committed to my trunk-dev. Thank you!

Changed in ipython:
assignee: nobody → villemvainio
status: New → Fix Committed
Changed in ipython:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.