python3导入import thread出现“No module named 'thread”问题
摘要:
看到多线程的内容时,输入了这样一行命令:import thread。出现这样的错误:ImportError: No module named 'thread'(前面的就不列出来了)。后面发现python3的thread模块改为了_thread.输入:import _thread就能正常使用threa 阅读全文
posted @ 2017-04-26 18:11
爱飞的气球
阅读(11291)
评论(0)
推荐(2)
浙公网安备 33010602011771号