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

Plugin freezes Sublime during downloading python #53

Closed pravic closed 8 years ago

pravic commented 8 years ago

Subj.

Also, if python (both 2 & 3) installed without modifying PATH, WakaTime couldn't find it and trying to download & install on each Sublime start.

Sublime 3, Win7 x64, python 2.7.10 x86, python 3.5.0 x64.

alanhamlett commented 8 years ago

@pravic what folder are your python2 and python3 binaries located in? I've fixed the freezing in v4.0.17.

pravic commented 8 years ago

Thanks