google-code-export / appengine-devappserver2-experiment

Automatically exported from code.google.com/p/appengine-devappserver2-experiment
0 stars 0 forks source link

/dev/urandom is inaccessible #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

```python
import os
os.urandom(8)

What is the expected output? What do you see instead?

One expects a random number to be returned.

However, it throws:

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 752, in urandom raise NotImplementedError("/dev/urandom (or equivalent) not found")

What version of the product are you using? On what operating system?

Running devappserver2 0.4 on OS X 10.8.3


Original issue reported on code.google.com by `brianmh...@gmail.com` on 16 Jan 2013 at 9:12
GoogleCodeExporter commented 9 years ago

Original comment by sa...@google.com on 21 Jan 2013 at 2:10

GoogleCodeExporter commented 9 years ago
Fixed in v0.5.

Original comment by sa...@google.com on 21 Jan 2013 at 4:07