Doesn't work on latest ST3
See original GitHub issueST3 build 3126 on Linux:
reloading plugin Colorsublime.colorsublime-plugin
Traceback (most recent call last):
File "/opt/sublime_text/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 "/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "colorsublime-plugin in /home/tobia/.config/sublime-text-3/Installed Packages/Colorsublime.sublime-package", line 6, in <module>
File "/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "colorsublime.commands in /home/tobia/.config/sublime-text-3/Installed Packages/Colorsublime.sublime-package", line 16, in <module>
File "/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "colorsublime.http in /home/tobia/.config/sublime-text-3/Installed Packages/Colorsublime.sublime-package", line 6, in <module>
File "/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "colorsublime.http.downloaders in /home/tobia/.config/sublime-text-3/Installed Packages/Colorsublime.sublime-package", line 4, in <module>
File "/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "colorsublime.http.downloaders.urllib in /home/tobia/.config/sublime-text-3/Installed Packages/Colorsublime.sublime-package", line 5, in <module>
ImportError: cannot import name error
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Not working after latest ST3 Update · Issue #108 · badsyntax ...
After updating Sublime Text 3 recently I noticed Beautify on Save stopped working, then I tried to manually run the command and I...
Read more >Very Frustrated - New ST3 Problem - The Ultimate Ducati Forum
I just performed an oil change, installed a new battery, lubed the chain, and cleaned the engine a few weeks back. Got the...
Read more >Omni software for Stromer | Look at the possibilities here!
Find an overview of the important firmware versions for the Stromer OMNI apps here! | Drive the difference with Stromer Bike!
Read more >Form ST3, Certificate of Exemption
Complete this certificate and give it to the seller. Include your Minnesota tax identification number if you have one. Do not send it...
Read more >ST-3 Resale Certificate
The seller must collect the tax on a sale of taxable property or services unless the purchaser gives them a fully completed. New...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was able to fix the errors when importing urllib by removing
~/.config/sublime-text-3/Installed\ Packages/0_package_control_loader.sublime-package
and allowing Package Control to reinstall its dependencies. note: wow, someone just posted the same solution as I was writing thisHah, thanks everyone! Glad this got sorted.