by guillermooo on Thu Mar 25, 2010 2:42 pm
Sublime Text comes with its own embedded Python interpreter to expose the editor's API (plugins). The current version is 2.5. Your system's Python version might be higher, but it's a different thing. As far as Sublime Text is concerned, your system's Python is only used in the build files to execute the current view's code, but not to script Sublime Text itself. Hence the request to upgrade Sublime Text's own Python.
Hope it helps!