Closed
Description
- Version: V7.0.0
- Platform: Linux manjaro-vm 4.8.5-2-MANJARO deps: update openssl to 1.0.1j #1 SMP PREEMPT Sun Oct 30 11:26:24 UTC 2016 x86_64 GNU/Linux
- Subsystem:
Currently the configure script executes via "python", this works perfectly fine on systems that use python 2.x as their default python but it fails on systems that use python 3.x. Would it be possible/feasible to adjust it to execute via "python2" instead of "python"? Alternatively an updated configure script that works on 2.x and 3.x python would be good.
Python 3 error when trying to run configure:
Is there possibly just a missing module for python3?