Python3 多线程问题:ModuleNotFoundError: No module named 'thread',原因及解决办法。

python3 导入thread报错,把thread改为_thread就好了。

报错信息

Traceback (most recent call last):
  File "test.py", line 1, in <module>
    import thread
ModuleNotFoundError: No module named 'thread'
import _thread

喜欢的点个赞❤吧!

posted on 2019-04-04 20:07  小蓝枣  阅读(2)  评论(0编辑  收藏  举报