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():