You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
I downloaded python2.6_2.6.5-1ubuntu6_i386.deb, extracted it, and copied usr/lib/python2.6 folder to {Sublime Text directory}/lib (I also removed original python26.zip file from the lib folder).
But apparently sublime can't work with that python, because I'm constantly getting errors in the console like this one
AttributeError: 'module' object has no attribute 'on_activated'
With original python I was getting this exception:
Exception in thread Thread-11:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File ".\threading.py", line 484, in run
File "./Xdebug.py", line 321, in thread_callback
File "./Xdebug.py", line 137, in accept
ProtocolConnectionException
I downloaded
python2.6_2.6.5-1ubuntu6_i386.deb, extracted it, and copiedusr/lib/python2.6folder to{Sublime Text directory}/lib(I also removed originalpython26.zipfile from the lib folder).But apparently sublime can't work with that python, because I'm constantly getting errors in the console like this one
With original python I was getting this exception:
Looking for any help on this.