solrjmeter icon indicating copy to clipboard operation
solrjmeter copied to clipboard

solrjmeter should be made python 3.x compatible

Open vvolkman opened this issue 11 years ago • 1 comments

My initial runs show nothing which will prevent Python 3.x from being used with the notable exceptions

  1. Put parenthesis around all print() statements
  2. Use Exception syntax that works in both Python 2 and python 3, notably except Exception as e: instead of except Exception, e:

vvolkman avatar Jan 07 '15 20:01 vvolkman

Thank you for the report, i've just fixed it and pushed python3 - not having too much time to test it myself, would you mind trying it?

romanchyla avatar Jan 07 '15 20:01 romanchyla