-
Notifications
You must be signed in to change notification settings - Fork 232
Python 3.2 dosn't work #36
Comments
This should be written as: print(colorize(str(exc), 'red')) Note the brackets. I guess there would be very many incompatibilities. For now it is easier to just get Python 2.x |
Yes, thats right. But how can i tell ino to use python 2? alias python='python2' doesn't work |
How did you installed ino? With In that case |
No, i instaled it by But i solved this problem. I changed |
No problems. My English is bad as well :) The right solution is to make it work in any python. Simply changing it to python2 will cause problems on many distros. |
A have instaled ino. Now i try to run it, and i get error
[alex@dhcppc0 ino]$ ino --help
Traceback (most recent call last):
File "/usr/local/bin/ino", line 3, in
from ino.runner import main
File "/usr/lib/python3.2/site-packages/ino-0.3.3-py3.2.egg/ino/runner.py", line 65
print colorize(str(exc), 'red')
^
SyntaxError: invalid syntax
I understand, that it is becouse of puthon2 syntax. But how to fix it?
The text was updated successfully, but these errors were encountered: