On 23/08/18 15:05, Kim van der Riet wrote:
I am surprised. Do you have Python 3.x installed and working? The
generator uses Python 3, and as I look at the CMakeLists file, I see
that no check enforces the availability of Python 3. This could be an
installer bug.
Seems to be:
$ python3 -i
Python 3.5.4 (default, Oct 9 2017, 12:07:29)
[GCC 6.4.1 20170727 (Red Hat 6.4.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
print("Am I working?")
Am I working?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]