Invalid Sublime Text 3 Control Panel Error

Combine the new sublime installation and try to install the Control Panel. We went through all the standard forums, but only in the place where you can find the secret, regardless of the installation method.

Traceback (most recent call last):
 File "/opt/sublime_text/sublime_plugin.py", line 74, in reload_plugin
   m = importlib.import_module(modulename)
 File "./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 678, in load_module
   exec(compile(source, source_path, 'exec'), mod.__dict__)
 File "Package Control in /home/slater/.config/sublime-text-3/Installed Packages/Package Control.sublime-package", line 14, in <module>
 File "./posixpath.py", line 83, in join
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
plugins loaded
Unable to open /home/slater/.config/sublime-text-3/Packages/Package Control/Package Control.sublime-settings
Unable to open /home/slater/.config/sublime-text-3/Packages/User/Package Control.sublime-settings
Unable to open /home/slater/.config/sublime-text-3/Packages/Default/Preferences.sublime-settings

Presumably this trace is why things don't work, but unfortunately are completely impenetrable. It refers to code that does not exist, which seems to make a relative call to another file that does not exist. I tried to open the zip file Package Control, but since the console does not give me real trace and there is no file with the name posixpath.py, it is very useless for debugging.

, ? opt , , , .

UPDATE: $PATH $PYTHONPATH. , .

+6

All Articles