Currently eclim relies on embedded python code in vim calling out to
rope or the python compiler for most of the python features (code
completion, searching, validation). Getting that code to work for both
python 2.x and python 3 would pretty gross. I plan to instead invest
that time into moving to the use of pydev instead which should support
switching python versions must better. But, since I don't think I'll
get around to that any time soon I went ahead and created a separate
eclim branch (python3[1]) which converts the code to use rope_py3k and
updates all the embedding vim code to be python 3 compatible. It all
seems to work well in my testing, but give it a shot and let me know
if you run into any problems.
[1] https://github.com/ervandew/eclim/compare/python3
--
eric
--
eric
--
You received this message because you are subscribed to the Google Groups "eclim-user" group.
To post to this group, send email to eclim...@googlegroups.com.
To unsubscribe from this group, send email to eclim-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/eclim-user?hl=en.
Thanks for the update. I just checked in a change to that branch which
flips both the rope.vim and the validate.vim has() checks to look for
python3 instead of python.
--
eric