You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Sublime Text 3 build 3059 and I just installed Google Spell Check and I see this error in the console view:
reloading plugin Google Spell Check.google-spell-check
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "google-spell-check in /Users/ME/Library/Application Support/Sublime Text 3/Installed Packages/Google Spell Check.sublime-package", line 4, in
ImportError: No module named 'urllib2'
The text was updated successfully, but these errors were encountered:
How strange. urllib2 is not anywhere in the ST3 branch of the code. How did you install the package? Did you use git clone or install from Sublime Package Control?
How strange. urllib2 is not anywhere in the ST3 branch of the code. How did you install the package? Did you use git clone or install from Sublime Package Control?
—
Reply to this email directly or view it on GitHub.
I'm running Sublime Text 3 build 3059 and I just installed Google Spell Check and I see this error in the console view:
reloading plugin Google Spell Check.google-spell-check
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "google-spell-check in /Users/ME/Library/Application Support/Sublime Text 3/Installed Packages/Google Spell Check.sublime-package", line 4, in
ImportError: No module named 'urllib2'
The text was updated successfully, but these errors were encountered: