This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ilya.Kulakov
Recipients Ilya.Kulakov, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
Date 2017-01-10.19:38:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484077100.21.0.223510162787.issue29219@psf.upfronthosting.co.za>
In-reply-to
Content
I was not able to reproduce it.

The origin "unhandeled" exception happens after ctypes.cdll.LoadLibrary fails to load a library:

Traceback (most recent call last):
  File "...", line 852, in ...
  File ":/ctypes/__init__.py", line 425, in LoadLibrary
  File ":/ctypes/__init__.py", line 347, in __init__
OSError: [WinError 126] 找不到指定的模組

Then we raise our own exception.
History
Date User Action Args
2017-01-10 19:38:20Ilya.Kulakovsetrecipients: + Ilya.Kulakov, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
2017-01-10 19:38:20Ilya.Kulakovsetmessageid: <1484077100.21.0.223510162787.issue29219@psf.upfronthosting.co.za>
2017-01-10 19:38:20Ilya.Kulakovlinkissue29219 messages
2017-01-10 19:38:20Ilya.Kulakovcreate