geocc / i2py

Automatically exported from code.google.com/p/i2py
GNU General Public License v2.0
0 stars 0 forks source link

no python3 support? #3

Open GoogleCodeExporter opened 9 years ago

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