- check if eyeball is installed in your python3 ->
c:\python32\python.exe -m eyeball
should wait for input. - Eyeball works with python files that can be parsed i.e. are syntactically correct. For example if you are trying to parse Python2.x with print “something” using python3.2 it will not work as print is no longer a keyword. This is why you can have multiple pythons configured, SublimeEyeball try them in order untill one returns correct results.
Edit: I did not check for py3.2 compatibility before, but it doesn’t seem to be a problem here travis-ci.org/wuub/eyeball