Hello, my Sublime Text 2 setup is as described in this post (Windows 7, 64bit, Beta, Build: 2167). If I check the console directly after having started Sublime Text 2 it displays this. I do realize that both of these errors are related to my installed plugins, but at least the first ImportError shouldn’t happen, because I have distutils installed. Any clues, or is this simply a bug yet to be fixed? Just wanted to draw attention to it.
Errors directly after start
guillermooo
#2
distutils isn’t included in the Python library shipping with Sublime Text. I use it setup.py to build the package, so I guess you’ve cloned the SublimeHg repo. The .sublime-package file available at the repo doesn’t include setup.py.
0 Likes
guillermooo
#4
I believe PackageControl will download tarballs off the repo, so you will also get the setup.py, I’m afraid…
0 Likes
highend
#6
Same problem here. Can anyone describe what has to be done to get rid of this message (Windows OS)?
0 Likes