wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
525 stars 47 forks source link

[WakaTime] Error: Unable to find python binary. #26

Closed thecotne closed 9 years ago

thecotne commented 9 years ago
[WakaTime] Error: Unable to find python binary.

i got this error in console and waka time has not logged anything last week

blomqvist commented 9 years ago

Have you installed Python?

Are you running Sublime on Windows, Mac or Linux?

thecotne commented 9 years ago

i have win7 and after i installed python it started working but why i need python to be installed python is included with sublime text

alanhamlett commented 9 years ago

Because the Python included with ST doesn't support SSL and the WakaTime api only works over HTTPS.

thecotne commented 9 years ago

you need to alert about python requirement if python is not installed so user knows that wakatime will not work without python

alanhamlett commented 9 years ago

You're right, just did that in v2.0.14 with 8f02adacf9f6a82950db3018675440fadde2741f

sgavka commented 9 years ago

perhaps even be necessary to register python in PATH