Hacker News new | past | comments | ask | show | jobs | submit login

Are you using Sublime Text 3 on linux? ST3 on linux ships with a broken SSL module. We work around it for our own plugin, but I don't think Package Control does.

If you're curious how the work-around code works, see https://github.com/Floobits/floobits-sublime/blob/master/flo...

The shared objects that code tries to load are all in https://github.com/Floobits/floobits-sublime/tree/master/lib




I tried both ST2 and 3 (on linux).

Could it be that my system default python is 3 (not 2)?


ST2 and ST3 ship their own python for linux I believe. Unfortunately, it has been stripped of useful modules like ssl. We have attempted to add support (see https://github.com/Floobits/floobits-sublime/tree/master/lib) but this is something Sublime should do, not us.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: