Error at startup
When Sublime text starts, there is an error in console:
Reloading plugin C:\Users\Peter\AppData\Roaming\Sublime Text 2\Packages\VintageEx\setup.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 62, in reload_plugin
File ".\setup.py", line 11, in
The plugin still works, but maybe this error is connected with some other bugs
This will only happen with clones of this repository. If you used the .sublime-package pointed at from the README, it would not happen. The error should be harmless, though. ST is scanning the setup.py file for *Command classes and thus the code gets run, which in turn tries to locate libraries unavailable under ST.
You don't have to use the .sublime-package just mentioned, but that's the package intended for end users, so to speak.
I see now, error is gone.
I saw package from README, but I just found it easier to install it through Package Control.
I have to figure out a way to avoid the error in setup.py. Ironically, it's just hack to make the .sublime-package release more convenient :)
same problem. tried both manuell install in "Installed Packages" and with package control