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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3805
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3805(a)github.com>