[Bug 10574] Python _urandom()

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 27 11:32:56 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10574


Nerijus Baliunas <nerijus at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|wine-crypt32                |wine-misc




--- Comment #2 from Nerijus Baliunas <nerijus at users.sourceforge.net>  2007-11-27 11:32:55 ---
Yes, 2.5.1. Script is very simple:

from os import urandom as _urandom
_urandom(16)


$ WINEDEBUG=+crypt wine c:\\python25\\python urandom.py 
trace:crypt:CryptAcquireContextA (0x1e1f368c, (null), (null), 1, f0000000)
trace:crypt:CryptAcquireContextW (0x1e1f368c, (null), (null), 1, f0000000)
trace:crypt:CryptAcquireContextW Did not find registry entry of crypto provider
for L"Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001".
Traceback (most recent call last):
  File "urandom.py", line 2, in <module>
    _urandom(16)
WindowsError: [Error -2146893801] Windows Error 0x80090017


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list