Ronald Oussoren <[EMAIL PROTECTED]> added the comment: Bill, even if find_library were to emulate the runtime linker it shouldn't find objects of type MH_BUNDLE.
Those are not shared libraries, but explicitly meant to be used as code resources for plugins. find_library should not return bz2.so when your working directory happens to be ${sys.prefix}/lib/python*/lib-dynload and you call find_library('bz2'). BTW. What is your usecase? ---------- resolution: -> invalid __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2783> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com