It throws this out.

Python 2.6.1 (r261:67515, Jan 24 2009, 16:08:37)
[GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import os
 >>> os.urandom(16)
'\xe0;n\x8a*\xb4\x08N\x80<\xef\x9b*\x06\x1b\xc4'
 >>>

Nat

On Jan 24, 2009, at 7:12 PM, Robert Kern wrote:

> On Sat, Jan 24, 2009 at 17:58, Nat Wilson <njwilso...@gmail.com>  
> wrote:
>> Ah, no, I can't import it.
>>
>> What does this mean? As far as I know, I built Python as instructed.
>
> I'm not sure. Can you show me what os.urandom(16) gives you?
>
> -- 
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>   -- Umberto Eco
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to