msl.examples.loadlib package

Example modules showing how to load a 32-bit shared library in 64-bit Python.

Modules that end in 32 contain a class that is a subclass of Server32. This subclass is a wrapper around a 32-bit library and is hosted on a 32-bit server.

Modules that end in 64 contain a class that is a subclass of Client64. This subclass sends a request to the corresponding Server32 subclass to communicate with the 32-bit library.