Accessing shared library file...

Larry Bates larry.bates at websafe.com
Thu Sep 15 18:11:49 EDT 2005


You need to tell us what library file (.dll) are you
accessing on Windows.  The interface to whatever the
.dll is used for will most likely  be completely
different on Linux.

-Larry Bates

Ernesto wrote:
> I'm in the process of moving a Python application from Windows to
> Linux.  This means that the drivers for windows ".dll" now must be
> Linux drivers "shared library file" (.so I think).  With Windows, I
> used:
> 
> ctypes ("from ctypes import windll")
> 
> Then "_dll = windll.NAME"
> 
> I'm not sure how to include this new Linux library.  Any suggestions?
> Thanks!
> 



More information about the Python-list mailing list