Sublime Forum

Update script failing. Possible Python version issue

#1

Hi all,

I am using ST3 on Ubuntu 14.04. I am running python 2.7.6. The current upgrade script is failing, apparent on this command:

by=urllib.request.urlopen(‘https://packagecontrol.io/’+pf.replace(’ ‘,’%20’)).read();

it fails with the following:

urllib.error.URLError:

So, is this some package version issue? Some other error trickling down an causing this error to throw? Permissions (although I tried launching ST3 with sudo also).

Do you need any other information from me to help guide me in the right direction?

Mark

0 Likes

#2

Those instructions were for Windows only.

0 Likes

#3

Doh. I should pay better attention :smile:

0 Likes