<div><a style="display:inline;max-width:450px;word-break:break-all;font-family:'Segoe UI',Tahoma,sans-serif;font-size:12px">I installed pyreadline-1.7.1.win32.exe on Windows 7, but it gave me the following message when I imported it into IDLE:</a><br>
</div><div><br></div><div>>>> import pyreadline</div><div>Traceback (most recent call last):</div><div> File "<pyshell#0>", line 1, in <module></div><div> import pyreadline</div><div> File "C:\Python33\lib\site-packages\pyreadline\__init__.py", line 9, in <module></div>
<div> import unicode_helper, logger, clipboard, lineeditor, modes, console</div><div>ImportError: No module named 'unicode_helper</div><div><br></div><div>Any ideas on what to do?</div>