内置的python RNG有什么问题?此行不断使我的应用程序崩溃
File "C:\Python27\lib\random.py", line 113, in seed
a = long(_hexlify(_urandom(2500)), 16)
WindowsError: [Error -2146893818] Invalid Signature
仅当我尝试使用 PHP 的 proc_open() 从 Web 应用程序运行 python 时才会出现该错误。
内置的python RNG有什么问题?此行不断使我的应用程序崩溃
File "C:\Python27\lib\random.py", line 113, in seed
a = long(_hexlify(_urandom(2500)), 16)
WindowsError: [Error -2146893818] Invalid Signature
仅当我尝试使用 PHP 的 proc_open() 从 Web 应用程序运行 python 时才会出现该错误。