OS: Ubuntu 13.04 32bit
Sublime text version: 2.0.2 build 2221
>>> import sys
>>> sys.version
'2.6.6 (r266:84292, Jun 16 2011, 22:35:51) \n[GCC 4.4.5]'
>>> import httplib
>>> httplib.HTTPSConnection
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'HTTPSConnection'
The built in Python interpreter does not compiled with https. What can I do if I need it.