[New-bugs-announce] [issue2783] ctypes.util.find_library() doesn't find OS X .bundle or .so libraries

Bill Janssen report at bugs.python.org
Wed May 7 18:47:15 CEST 2008


New submission from Bill Janssen <bill.janssen at gmail.com>:

On OS X, dynamically loadable libraries come in several flavors: 
.bundle (or, often, .so) a standard dynamically loadable module; .dylib,
a dynamically loadable module that is also a library that can be linked
against like a .a file; .framework, a collection of modules similar to a
Python package.  find_library() currently looks for .dylib and
.framework libraries, but not for .bundle or .so libraries.

----------
assignee: theller
components: Library (Lib)
keywords: easy
messages: 66362
nosy: janssen, theller
priority: normal
severity: normal
status: open
title: ctypes.util.find_library() doesn't find OS X .bundle or .so libraries
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2783>
__________________________________


More information about the New-bugs-announce mailing list