gpt4 book ai didi

python - 无法导入 Decimal 模块

转载 作者:行者123 更新时间:2023-12-02 00:50:46 27 4
gpt4 key购买 nike

我正在尝试做一些简单的十进制数学来练习 Tkinter GUI,但由于某种原因我无法导入 Decimal:

>>> from decimal import Decimal
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py", line 139, in <module>
import math as _math
File "math.py", line 3, in <module>
from decimal import Decimal
ImportError: cannot import name Decimal

我正在使用 Python 2.7.11这让我觉得很愚蠢,因为这似乎是一件简单的事情。不支持小数还是我做错了?

最佳答案

您调用了一个文件 math.py,这意味着它覆盖了内置的 math 模块并破坏了使用该模块的所有内容。选择一个不同的名称,问题就会消失。

关于python - 无法导入 Decimal 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40052442/

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