Sublime Forum

Unable to run package setup:

#1

OK, so here is my story… I had sublime2 installed (64bit version), working great, (love it btw!) but for some reason package control stopped functioning. So after playing around and trying to re-install package control I uninstalled sublime.

I deleted the folder in program_files, and the folder in my %appdata%/roaming/, restarted windows. installed sublime again and now, I get the following error dialog window even if I run as admin:

Unable to run package setup:
Failed to load module

Traceback (most recent call last):
File “.\PackageSetup.py”, line 4, in
import glob
File “.\glob.py”, line 398, in
File “.\UserDict.py”, line 83, in
File “D:\PYTHON27\LIB\abc.py”, line 109 in register
if issubclass(subclass, cls):

cant type anymore LOL

the end then says: TypeErrr: cannot create weak reference to ‘classobj’ object

I did install Python2 a few days ago, so maybe that’s the cause… will uninstall it and see what happens.
thanks

0 Likes

#2

Uninstalling Python2 did the trick…

0 Likes