Importing libs on Windows?
Nobody
nobody at nowhere.com
Fri Aug 13 01:39:50 EDT 2010
More information about the Python-list mailing list
Fri Aug 13 01:39:50 EDT 2010
- Previous message (by thread): Importing libs on Windows?
- Next message (by thread): morethen 34, 100, 617 active members r waiting 4 live hot chat, dating ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 12 Aug 2010 16:09:10 -0700, Brian Salter wrote: > I've seen a number of tutorials that describe how to bring in a dll in > python, but does anybody know of a tutorial for how to bring in a lib? Is > it even possible? No. ctypes relies upon the OS to actually load the library, and the OS doesn't provide any mechanism to load a ".lib" file.
- Previous message (by thread): Importing libs on Windows?
- Next message (by thread): morethen 34, 100, 617 active members r waiting 4 live hot chat, dating ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list