/ Published in: Python
Al intentar importar reactor windows da un error de acceso denegado.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
En "python_dir"/Lib/random.py, por la lÃnea 108, más o menos. if a is None: #try: # a = long(_hexlify(_urandom(16)), 16) #except NotImplementedError: import time a = long(time.time() * 256) # use fractional seconds