Bugs item #1384175, was opened at 2005-12-18 02:18
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1384175&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Hazel (ghazel)
Assigned to: Nobody/Anonymous (nobody)
Summary: random module - Provider DLL failed to initialize correctly

Initial Comment:
   File "random.pyc", line 828, in ?
   File "random.pyc", line 95, in __init__
   File "random.pyc", line 109, in seed
 WindowsError: [Errno -2146893795] Provider DLL failed 
to initialize correctly





----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-07-24 15:14

Message:
Logged In: YES 
user_id=21627

The errors are actually different. The first one is

0x8009001d: NTE_PROVIDER_DLL_FAIL (Provider DLL failed to
initialize correctly) 

and the second one is

0x80090006: NTE_BAD_SIGNATURE (Invalid Signature)

For the second error, please check whether

http://support.microsoft.com/default.aspx?scid=kb;en-us;811886

applies. For the first error, I only found

http://support.microsoft.com/default.aspx?scid=kb;en-us;321459

but I doubt it's relevant.

In any case, I'm tempted to declare this a Windows bug.

----------------------------------------------------------------------

Comment By: Greg Hazel (ghazel)
Date: 2006-03-05 02:06

Message:
Logged In: YES 
user_id=731668

This time from Windows 98 SE:

  File "random.pyc", line 828, in ?
  File "random.pyc", line 95, in __init__
  File "random.pyc", line 109, in seed
WindowsError: [Errno -2146893818] Windows Error 0x80090006

----------------------------------------------------------------------

Comment By: Greg Hazel (ghazel)
Date: 2005-12-30 08:06

Message:
Logged In: YES 
user_id=731668

Windows XP, python 2.4.2
Not sure how to reproduce it.

----------------------------------------------------------------------

Comment By: Georg Brandl (birkenfeld)
Date: 2005-12-18 12:00

Message:
Logged In: YES 
user_id=1188172

Could you provide some more information? OS specs, Python
version, reproducability etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1384175&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to