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 anacrolix
Recipients anacrolix
Date 2011-06-29.00:07:06
SpamBayes Score 0.00041782376
Marked as misclassified No
Message-id <1309306027.41.0.167603787283.issue12437@psf.upfronthosting.co.za>
In-reply-to
Content
_ctypes.dlopen is not including the errno when it raises OSError.

This occurs when attempting to load a library that doesn't exist, the error string given is clearly generated from an ENOENT.

joiner@dbssyd800:~$ python3 dlopen_raise.py
None
somelib.so: cannot open shared object file: No such file or directory
History
Date User Action Args
2011-06-29 00:07:07anacrolixsetrecipients: + anacrolix
2011-06-29 00:07:07anacrolixsetmessageid: <1309306027.41.0.167603787283.issue12437@psf.upfronthosting.co.za>
2011-06-29 00:07:06anacrolixlinkissue12437 messages
2011-06-29 00:07:06anacrolixcreate