Did you find this guide helpful?
Some test text!
Mac / FAQ / How can I specify the required Python version for the build?
Platform
Documentation
Open the CMakeLists.txt
file inside PDFNetWrappers/PDFNetPython
from the custom wrappers build. Change line 9 to:
find_package(PythonLibs X.Y EXACT REQUIRED)
Here X.Y
refers to the version of Python you want to build the wrappers with.
Get the answers you need: Support