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 vinay.sajip
Recipients Brian.Larsen, amaury.forgeotdarc, belopolsky, jniehof, lukasz.langa, vinay.sajip, yaroslavvb
Date 2012-07-18.21:36:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342647409.81.0.939977773415.issue9998@psf.upfronthosting.co.za>
In-reply-to
Content
> What changed since http://bugs.python.org/issue2936?

Well for one thing, #2936 was a bug report ("behavior") but this is an enhancement request. It seems that if you don't know exactly what a library is called, you can't use find_library to locate it even if it happens to be on LD_LIBRARY_PATH - and if you don't have the name, you can't load it using cdll.LoadLibrary.

ISTM LoadLibrary wants the full library name (including extension, on Linux); find_library helps determine that in a cross-platform way (since you can just give it the stem of the library rather than the whole filename).
History
Date User Action Args
2012-07-18 21:36:50vinay.sajipsetrecipients: + vinay.sajip, amaury.forgeotdarc, belopolsky, lukasz.langa, jniehof, Brian.Larsen, yaroslavvb
2012-07-18 21:36:50vinay.sajipsetmessageid: <1342647409.81.0.939977773415.issue9998@psf.upfronthosting.co.za>
2012-07-18 21:36:49vinay.sajiplinkissue9998 messages
2012-07-18 21:36:47vinay.sajipcreate