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! > -- http://mail.python.org/mailman/listinfo/python-list