看到多线程的内容时,输入了这样一行命令:import thread。出现这样的错误:ImportError: No module named 'thread'(前面的就不列出来了)。后面发现python3的thread模块改为了_thread.输入:import _thread就能正常使用thread模块中的内容了。
相关文章
- Python3出现"No module named 'MySQLdb'"问题-以及使用PyMySQL连接数据库
- python3导入import thread出现“No module named 'thread”问题
- [Django]Django Python3出现Error loading MySQLdb module:No module named ‘MySQLdb’问题
- [Django]Django Python3出现Error loading MySQLdb module:No module named ‘MySQLdb’问题
- python模块以及导入出现ImportError: No module named 'xxx'问题