LoadLibrary/dllopen in python.

Erno Kuusela erno-news at erno.iki.fi
Sun Jan 7 00:08:09 EST 2001


In article <3a57ea9f.348172625 at nntp.interaccess.com>,
olczyk at interaccess.com (Thaddeus L. Olczyk) writes:

| Is there a way to call LoadLibrary (Win32 ) or dllopen (Linux ) in

yep, with the calldll and dl modules, the dl module (which wraps
dlopen(3)) is pretty limited though. dl comes with python, calldll not.

  -- erno



More information about the Python-list mailing list