romanchyla / solrjmeter

Performance measurements of SOLR
BSD 3-Clause "New" or "Revised" License
28 stars 12 forks source link

solrjmeter should be made python 3.x compatible #2

Open vvolkman opened 9 years ago

vvolkman commented 9 years ago

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:
romanchyla commented 9 years ago

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?