On that issue they mention there is not mention of the urllib2 on the ST3 branch, however now there is:
And it is throwing this error every time I start Sublime Text build 3141:
reloading plugin Google Spell Check.google-spell-check
Traceback (most recent call last):
File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/__init__.py", line 90, in import_module
File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Packages\Google Spell Check\google-spell-check.py", line 4, in <module>
import sublime, sublime_plugin, urllib2, re, HTMLParser
ImportError: No module named 'urllib2'
Related issue:
On that issue they mention there is not mention of the
urllib2
on the ST3 branch, however now there is:And it is throwing this error every time I start Sublime Text build 3141:
Also this plugin is not working anymore: