AttributeError: module 'threading' has no attribute 'Thread'

/home/python/.virtualenvs/django_py3/bin/python /home/python/Desktop/demo/tcp/threading.py
Traceback (most recent call last):
  File "/home/python/Desktop/demo/tcp/threading.py", line 30, in <module>
    main()
  File "/home/python/Desktop/demo/tcp/threading.py", line 22, in main
    t1 = threading.Thread(target=download_music)
AttributeError: module 'threading' has no attribute 'Thread'
Exception ignored in: <module 'threading' from '/home/python/Desktop/demo/tcp/threading.py'>
AttributeError: module 'threading' has no attribute '_shutdown'

Process finished with exit code 1

写了一个线程的demo,名字叫threading.py,在程序中使用了threading.Thread,报错。
原因是自己编写的文件和系统中的文件名重名,优先使用了自己写的threading文件。

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容