Hi,
We have to support various platforms and Python versions (all 3.x with x >= 7). We would like to still support Ubuntu 18. It turns out that the pre-built ok.pyd file is not provided for all platforms/Python versions. Not surprisingly.
However, would it be possible to get access to the wrapper code so we can build the library on our own? We have rolled our own using SIP but it would be just easier to use the ‘officially supported’ Python wrapper.
Thomas