tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.
Apache License 2.0
386 stars 24 forks source link

broken in sublime 3 build 3061 #46

Closed unkier closed 10 years ago

unkier commented 10 years ago

reloading plugin EasyMotion.easy_motion Traceback (most recent call last): File "/opt/sublime_text_3/sublime_plugin.py", line 73, in reload_plugin m = importlib.import_module(modulename) File "./importlib/init.py", line 90, in import_module File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "/opt/sublime_text_3/sublime_plugin.py", line 671, in load_module exec(compile(source, source_path, 'exec'), mod.dict) File "easy_motion in /home/demon/.config/sublime-text-3/Installed Packages/EasyMotion.sublime-package", line 4, in ImportError: cannot import name izip_longest

tednaleid commented 10 years ago

are you using the st3 branch? There is only experimental support for ST3 and you have to install it manually on that branch, instructions are on the readme (https://github.com/tednaleid/sublime-EasyMotion/blob/master/README.md#sublime-text-3-experimental-support).

unkier commented 10 years ago

oh sorry.

tednaleid commented 10 years ago

No problem, ST3 package management leaves a lot to be desired and it's not easy for plugin authors to let users know the right packages to install. I blame the bad user experience, not the users :).