gpt4 book ai didi

python - AttributeError 'module' 没有属性 'Queue"

转载 作者:太空宇宙 更新时间:2023-11-03 12:48:34 25 4
gpt4 key购买 nike

我正在尝试导入 Queue,但不断收到以下信息

Traceback (most recent call last):
File "threading.py", line 2, in <module>
import Queue
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py", line 5, in <module>
import threading as _threading
File "/Users/zaq/threading.py", line 10, in <module>
queue = Queue.Queue()
AttributeError: 'module' object has no attribute 'Queue'

我正在使用链接中的代码 Threading in python using queue

另外,我可以在 python 解释器中导入和使用 Queue。

我做错了什么?

最佳答案

我的脚本名称是 threading.py... 更改它后一切正常。菜鸟错误。

关于python - AttributeError 'module' 没有属性 'Queue",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20892994/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com