VintageEx icon indicating copy to clipboard operation
VintageEx copied to clipboard

Error at startup

Open ghost opened this issue 13 years ago • 4 comments

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 from distutils import log, dir_util, dep_util, file_util, archive_util ImportError: No module named distutils

The plugin still works, but maybe this error is connected with some other bugs

ghost avatar Nov 02 '12 11:11 ghost

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.

guillermooo avatar Nov 02 '12 15:11 guillermooo

I see now, error is gone.

I saw package from README, but I just found it easier to install it through Package Control.

ghost avatar Nov 02 '12 16:11 ghost

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 :)

guillermooo avatar Nov 02 '12 19:11 guillermooo

same problem. tried both manuell install in "Installed Packages" and with package control

s-trooper avatar Jan 08 '13 10:01 s-trooper