Some test text!
Python / FAQ / My version of Python is incompatible with the precompiled samples
You can try to build your own wrappers, or run a compatible version of Python in its own environment.
Here are the steps for the virtual environment option using pyenv:
Install pyenv and execute pyenv install 2.7.15
. It may take a while to install.
Navigate to your /PDFNetWrappers
folder and execute these two lines:
pyenv local 2.7.15
source ~/.bash_profile
The precompiled samples will now use Python 2.7.15. You can now run some samples , or integrate our SDK into your own application .
If you want to return to using your system version of Python for the samples, just run pyenv local system
in /PDFNetWrappers
.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales