sublime-text-2-github-tools icon indicating copy to clipboard operation
sublime-text-2-github-tools copied to clipboard

doesnt work? sublime 2

Open sebbean opened this issue 9 years ago • 2 comments

I have it installed (points to this github url).

But nothing shows up when I type 'gith'.

Used to work great.

screen shot 2015-10-12 at 11 09 44 am screen shot 2015-10-12 at 11 09 56 am

sebbean avatar Oct 12 '15 18:10 sebbean

Might be a python version issue? I'm using python 2.7, so I had to edit this line in Packages/Github Tools/github.py: https://github.com/temochka/sublime-text-2-github-tools/blob/master/github.py#L2

import urllib.parse as urllib -> import urllib

bennlich avatar May 06 '16 01:05 bennlich

You can check for a more specific error with

ctrl + `

to open the sublime console. Then scroll up until you see an error involving github tools.

bennlich avatar May 06 '16 01:05 bennlich