diff -up ./client_libs/libplayerc/bindings/python/playerc_swig_parse.py.python3 ./client_libs/libplayerc/bindings/python/playerc_swig_parse.py --- ./client_libs/libplayerc/bindings/python/playerc_swig_parse.py.python3 2017-04-08 13:05:52.000000000 -0400 +++ ./client_libs/libplayerc/bindings/python/playerc_swig_parse.py 2018-11-23 13:20:46.992689579 -0500 @@ -161,7 +161,7 @@ def genifacestruct(match): return text # if no match, print a statement to that effect and return the original structure definition. # should never happen. - print "No match on %s" % match.group('name') + print("No match on %s" % match.group('name')) return match.group() # Used to remove _t from structure references. diff -up ./libplayerinterface/playerinterfacegen.py.python3 ./libplayerinterface/playerinterfacegen.py --- ./libplayerinterface/playerinterfacegen.py.python3 2018-11-23 13:28:46.662995987 -0500 +++ ./libplayerinterface/playerinterfacegen.py 2018-11-23 13:29:02.098038912 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- #/* diff -up ./libplayerinterface/playerxdrgen.py.python3 ./libplayerinterface/playerxdrgen.py --- ./libplayerinterface/playerxdrgen.py.python3 2018-11-23 13:28:54.418017554 -0500 +++ ./libplayerinterface/playerxdrgen.py 2018-11-23 13:29:12.575068055 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 #TODO: # - Add an option to specify whether we're building libplayerinterface (whose