Sublime text was hanging, so i uninstalled it.
Now when i reinstalled it, i can’t install package control, Not even manually by pasting the link in the console.
it keeps saying
When installing automatically it says:
Error installing Package Control: HTTPS error encountered, falling back to HTTP - <urlopen error [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions> Error installing Package Control: HTTP error encountered, giving up - <urlopen error [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions>
And when installing manually it says: `File “./python3.3/urllib/request.py”, line 1248, in do_open
File “./python3.3/http/client.py”, line 1065, in request
File “./python3.3/http/client.py”, line 1103, in _send_request
File “./python3.3/http/client.py”, line 1061, in endheaders
File “./python3.3/http/client.py”, line 906, in _send_output
File “./python3.3/http/client.py”, line 844, in send
File “./python3.3/http/client.py”, line 822, in connect
File “./python3.3/socket.py”, line 435, in create_connection
File “./python3.3/socket.py”, line 426, in create_connection
OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “”, line 1, in
File “./python3.3/urllib/request.py”, line 156, in urlopen
File “./python3.3/urllib/request.py”, line 469, in open
File “./python3.3/urllib/request.py”, line 487, in _open
File “./python3.3/urllib/request.py”, line 447, in _call_chain
File “./python3.3/urllib/request.py”, line 1274, in http_open
File “./python3.3/urllib/request.py”, line 1251, in do_open
urllib.error.URLError: <urlopen error [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions>
`