Trying to import random in a virtualenv results in the following error:
Code:
(env)$ python
>>> import random
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/random.py", line 47, in <module>
from os import urandom as _urandom
ImportError: cannot import name urandom
>>>
Anyone else seeing this? Basically this renders a lot of python based programs useless.
Gryphon
AMD64 |