Relative Content

Tag Archive for pythondllpyinstallerctypes

Pyinstaller unable to load a DLL dynamically at runtime

I’m building an application that requires loading a software specific DLL at runtime. The application is built using Pyinstaller, but since the DLL must be loaded at runtime (depending on the user’s machine, licensing), I’m unable to bundle the dll when building the application. To load the dll, I’m doing the following: