2

我的一台机器上有一个奇怪的问题:

Tibuchina ~$ python
Python 2.6.7 (r267:88850, May 14 2012, 20:36:34) 
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from decimal import Decimal
>>> Decimal('99') / 2
Decimal('2.21660407009470578688E-8')
>>> 

我不确定在哪里寻找解决方案,也没有成功寻找答案——主要是因为我不确定如何表达这个问题。希望有人看到类似的东西并可以提出解决方案。谢谢!

-编辑

嗯,不完全是骗子,但很接近;实际上,Mintyfresh 链接(CppLearner)的答案最有帮助,因为它为我指明了正确的方向。我的 python 是 brew 安装的,而不是 mac 端口,但最终修复它的步骤很简单:

  • 安装 Xcode 命令行工具
  • 卸载并重新安装 python 2.6.7

谢谢您的帮助!

4

0 回答 0