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?
Use app_python3/s if want python3. For more assistance to compile/use kamailio, use the sr-users@lists.kamailio.org mailing list.
Closed #3805 as completed.