I'm trying to build current git sources on ArchLinux.
modules/app_python/Makefile
still asks for python2:
which: no python2 in ($PATH)
which: no python2.7 in ($PATH)
File "<string>", line 1
import distutils.sysconfig;print distutils.sysconfig.get_config_var('LIBDIR')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Is this intended?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.