Overviewยค
There are two ways to load a library
- Directly load a 64-bit library in 64-bit Python (or a 32-bit library in 32-bit Python)
- Use a Client-Server implementation to communicate with a 32-bit library from 64-bit Python. You may also create a custom server.