【发布时间】:2018-12-25 19:51:24
【问题描述】:
我尝试过的:
Python 3.7 (64-bit) interactive window [PTVS 15.7.18156.1-15.0]
Type `$help` for a list of commands.
>>> import readline
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'readline'
>>>
为什么会出现这个错误?
【问题讨论】:
标签: windows python-3.x readline