Sublime Forum

Some errors on Sublime Text 2

#1

I’ve just been getting these errors after I install python v2.7 - 3.0, and django for learning quick-prototype development. Those errors eventually dont affect my coding at all, except the vintage mode cannot be turned on and Ctrl+Backspace for deleting words seems not working.

Turn on the commandline window and I’ve got:

AttributeError: 'module' object has no attribute 'on_selection_modified' AttributeError: 'module' object has no attribute 'on_deactivated' AttributeError: 'module' object has no attribute 'create_text_commands' AttributeError: 'module' object has no attribute 'on_selection_modified' AttributeError: 'module' object has no attribute 'create_window_commands' ...

Can anyone help me find out why I keep getting these errors, please?

Thank you.

0 Likes

#2

I’ve tried delete the PATHPYTHON in my window environment variables. Well, that did help, but I’m not sure that my django setup will run well because I’ve tried without manual config PATHPYTHON before.

0 Likes