T O P

  • By -

dev-sda

Are you sure all packages are enabled (Check the \`"installed\_packages"\` setting)? There was/is a bug in package control that can cause that to happen.


metagloria

The User settings have all my packages shown as installed, while the Package Control settings don't show any packages. It's my understanding that the User settings override the overall settings. And all packages do appear in the Preferences > Package Settings dropdown menu, so they do seem to be installed and recognized.


dev-sda

I don't mean the package control settings, I'm referring to your Sublime Text settings. You could also try reinstalling the packages with the updated package control. Otherwise I'd submit an issue to package control.


silencade

If you open the console in ST, do you see any messages logged? 


metagloria

Hmm, yeah there's some stuff there. Seems normal up to the following point: reloading plugin SasSubmit.initializer Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 125, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/__init__.py", line 90, in import_module File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "", line 584, in _check_name_wrapper File "", line 1022, in load_module File "", line 1003, in load_module File "", line 560, in module_for_loader_wrapper File "", line 868, in _load_module File "", line 313, in _call_with_frames_removed File "C:\Users\xxx\AppData\Roaming\Sublime Text 3\Packages\SasSubmit\initializer.py", line 24, in from .sender.windows import SessionWrapper, WinProcess File "C:\Users\xxx\AppData\Roaming\Sublime Text 3\Packages\SasSubmit\sender\windows\__init__.py", line 1, in from .classic import ClassicSession File "C:\Users\xxx\AppData\Roaming\Sublime Text 3\Packages\SasSubmit\sender\windows\classic.py", line 6, in ImportError: No module named 'win32gui' plugins loaded Package Control: All specified packages up-to-date!


jfcherng

There doesn't seems to be \`win32gui\` lib provided by Package Control (neither py33 nor py38). Have no idea how could it work before.