Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'urllib2' #12

Open
vanrijn opened this issue Apr 4, 2014 · 3 comments
Open

ImportError: No module named 'urllib2' #12

vanrijn opened this issue Apr 4, 2014 · 3 comments

Comments

@vanrijn
Copy link

vanrijn commented Apr 4, 2014

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'

@noahcoad
Copy link
Owner

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?

@vanrijn
Copy link
Author

vanrijn commented Apr 10, 2014

Hey Noah, I installed it through sublime package control.

-[ Jason 'vanRijn' Kasper // http://movingparts.net ]-
-[ KDE PIM Developer // http://www.kde.org ]-
-[ bash fun -> :(){ :|:&};: // Numbers 6:22-26 ]-

On Apr 10, 2014, at 3:51, Noah Coad [email protected] wrote:

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.

@evandrocoan
Copy link

I was on the branch master, which contains some unknown version. Switched to the branch st3 fixed the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants