kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 75 forks source link

Readme should list supported python versions #7

Closed paulbarker-ca closed 9 years ago

paulbarker-ca commented 9 years ago

'import pyipmi' works for my in python 2.7

It fails for me in python 3.4:

Traceback (most recent call last):
  File "src/hello.py", line 1, in <module>
    import pyipmi
  File "...\pyipmi\__init__.py", line 174
    except CompletionCodeError, e:
                              ^
SyntaxError: invalid syntax

Is python 3 supported? If not could you update the readme to indicate this so that it's clear to new users of this library.

Thanks!

hthiery commented 9 years ago

I added an indication in the README.