Sublime Forum

Cannot install package manager

#1

Hey there,

I’m using OSX 10.8

I had package manager and SublimeLinter installed, but I mistakenly broke a lot of python libraries after I was trying to fix my pip modules not working correctly across virtual environments. I’m now using python2.6 and 2.7 installed from brew.

I think the python that Sublime is trying to use is broken, as whenever I open the console, I see several AttributeErrors such as:
AttributeError: ‘module’ object has no attribute ‘on_deactivated’
AttributeError: ‘module’ object has no attribute ‘on_activated’

When I try to reinstall package manager, I get an ImportError.

I’ve seen a lot of people talking about configuring my Python.build_settings. I tried pointing it to a new python, but it had no effect after restarting Sublime. I am fairly new to Sublime, so I may not have done it properly either.

Any suggestions on how to fix this? Ideally, I just want to point Sublime towards another python installation.

0 Likes