Traceback (most recent call last):
File "./gist.py", line 148, in on_done
File "./gist.py", line 76, in create
AttributeError: 'module' object has no attribute 'HTTPSConnection'>>> import ssl
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/sublime-text-2/lib/python26.zip/ssl.py", line 60, in <module>
ImportError: No module named _sslwbond wrote:I spoke with Jon about this and he said that he had to remove it for Linux builds because of issues with different people who either didn't have openssl or a different version, etc. I ended up writing three downloader classes, one for urllib2, one that wraps curl and one that wraps wget. Since Linux is the only affected platform and most Linux users have either Curl or Wget installed, it seems to have worked out pretty well. You can check out the Package Control source if you want to grab some code to start with: https://github.com/wbond/sublime_packag ... ol.py#L340
Traceback (most recent call last):
File "./gist.py", line 160, in on_done
File "./gist.py", line 90, in create
File "./curl.py", line 26, in post
NameError: global name 'error_message' is not definedTraceback (most recent call last):
File "./gist.py", line 160, in on_done
File "./gist.py", line 91, in create
File ".\re.py", line 137, in match
TypeError: expected string or bufferUsers browsing this forum: No registered users and 4 guests