From f3a97b181a0f04f15b464c6e2e8bae071db3793d Mon Sep 17 00:00:00 2001 From: k-hasan-19 Date: Fri, 3 Jun 2016 07:50:01 +0600 Subject: [PATCH] Python 3 compatible print --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 62c3d7bc3c..489a313d7d 100644 --- a/setup.py +++ b/setup.py @@ -250,8 +250,8 @@ def find_makensis(): str(os.path.join(os.path.dirname(__file__), 'setup-single.nsi'))]).wait() else: - print "makensis.exe not found: installers can not be created, "\ - "skip setup.nsi and setup-single.nsi" + print("makensis.exe not found: installers can not be created, "\ + "skip setup.nsi and setup-single.nsi") elif sys.platform == 'darwin': def find_gtk_dir():