Sublime Forum

ImportError: No module named 'package_control'

#1

Error message is in the title. I’m not sure why the executable can’t find the package control package.

Install location is /opt/sublime_text/sublime_text

ls -1 ~/.config/sublime-text-3/Installed Packages
0_package_control_loader.sublime-package 0_package_control_loader.sublime-package-new 'Package Control.sublime-package' PyV8

Ready to provide more details.
Thanks!

0 Likes

#2

Issue was:

"ignored_packages":
[
	"0_package_control_loader",
             ...

In User preferences.

0 Likes