Hi,
I have to use python3. When I try using sudo python3 setup.py install I get the
following error:
Traceback (most recent call last):
File "setup.py", line 10, in <module>
import i2py
File "/home/ambrosc/libs/i2py-0.1.0/i2py/__init__.py", line 77
break
^
TabError: inconsistent use of tabs and spaces in indentation
That looks like i2py isn't python3 ready. Do I have to use 2to3 first and pray
that every issue is solved or is there a fixed version for python3.x?
Original issue reported on code.google.com by ambr...@gmail.com on 21 Feb 2013 at 9:14
Original issue reported on code.google.com by
ambr...@gmail.com
on 21 Feb 2013 at 9:14