bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 92 forks source link

'module' object has no attribute 'HTTPSConnection' #2

Closed icholy closed 13 years ago

icholy commented 13 years ago

Traceback (most recent call last): File "./gist.py", line 146, in on_done File "./gist.py", line 74, in create AttributeError: 'module' object has no attribute 'HTTPSConnection'

I'm in ubuntu 11.04. It uses python2.7 and I installed m2crypt to add SSL support to httplib. I then figured out that sublime uses it's own bundled python2.6 version. How do i fix this?

bgreenlee commented 13 years ago

Yeah, seems to be a known issue: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=2606&p=14427

I'll poke around and see what I can come up with.

bgreenlee commented 13 years ago

@icholy - let me know if this works for you