can't import dl module
Just
just at xs4all.nl
Sun Oct 5 16:55:40 EDT 2003
More information about the Python-list mailing list
Sun Oct 5 16:55:40 EDT 2003
- Previous message (by thread): can't import dl module
- Next message (by thread): 2.3.2 Installation Problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <87zngfh0u3.fsf at pobox.com>, jjl at pobox.com (John J. Lee) wrote: > Just <just at xs4all.nl> writes: > > > In article <mailman.1065200585.445.python-list at python.org>, > [...] > > I've never heard of the "dl" module, and Python definitely come with > > such a module by default. That said, look for ctypes, it sounds like it > [...] > > It's a unix-only dlopen wrapper, part of Python standard library. Ah, interesting. In that case it could probably be made to work on MacOSX as well: there's a dlopen emulation for OSX, ctypes uses that if I recall correctly. Just
- Previous message (by thread): can't import dl module
- Next message (by thread): 2.3.2 Installation Problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list