With that change it works.

 open('/dev/urandom','wb').write(''.join(chr(t) for t in ctokens))
        except IOError:
            # works anyway

thanks!

Reply via email to