2

Mac OSLionにmacportsを使用してpython2.7.3をインストールし、を使用しport select python python27ました。ただし、Pythonバージョンでは2.7.1がwhich python表示されます(ただし、正しいmacportインストールディレクトリが表示されます/opt/local/bin/python)。さらに、これによりPythonは認識できなくなりos.urandomます。

>>> import os
>>> os.urandom
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'urandom'

なぜそれが起こっているのですか?そしてそれを修正する方法は?

4

0 に答える 0