question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work on latest ST3

See original GitHub issue

ST3 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:closed
  • Created 7 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
erinzmcommented, Oct 19, 2016

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 this

0reactions
blopkercommented, Oct 19, 2016

Hah, thanks everyone! Glad this got sorted.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found