I am releasing 1.96.3 in a minute to fix this. Massimo
On Jun 4, 3:09 am, Pepe Araya <[email protected]> wrote: > Reply 2: > > > open('/dev/urandom','r').write(''.join(chr(t) for t in ctokens)) > > In this line, you are attempting to open /dev/urandom for reading, and then > are attempting to write to it. > > Instead, you need to read the data from /dev/urandom, and then open a new > file for writing to write your output. > > Hope that helps! > > ______ > > what can i do?

