windll

Courageous jkraska1 at san.rr.com
Sat Jun 10 01:58:43 EDT 2000


> > > Is there someting like to "windll" to use
> > > dynamic librairy under Linux/Unix plateform.
> >
> > What does windll do? "Using" dynamic libraries
> > under Unix is as easy as linking with them and
> > then making certain that they are in your
> > LD_LIBRARY_PATH.
> 
> Using them from Python is that easy?  Really?
> 
> windll tries to make using arbitrary DLLs, *from Python* that simple!

Yeah, I had a discussion off line with someone else.
For some reason I didn't consider that the person meant
a python module. Anyway, what you're looking for on unix
is "dl", as in:

import dl



C/



More information about the Python-list mailing list