Sublime Forum

Installing packages doesn't work

#1

hi,

i restalled st2 to my laptop under ubuntu 12.10 32. i had it installed on an sdcard which is damaged. it worked without any problems.

now i installed package control and restarted st2. but i’m not able to install any packege. i get the menu, can enter ‘install package’ and nothing happens. no status message.

i deleted the complete folder of st2, and the st2 folder in .config. i unpacked st2 new, installed package control and have the same problem.

can anyone help me?

thanks for reading this!

0 Likes

#2

Any console errors (You can open the console by going to View -> Show Console or by using the keyboard shortcut “ctrl + `”)?

0 Likes

#3

When entering ‘install package’:

Exception in thread Thread-3:
Traceback (most recent call last):
File “.\threading.py”, line 532, in __bootstrap_inner
File “./Package Control.py”, line 4031, in run
File “./Package Control.py”, line 3806, in make_package_list
File “./Package Control.py”, line 2845, in list_available_packages
File “./Package Control.py”, line 2766, in list_repositories
File “./Package Control.py”, line 837, in get_repositories
File “./Package Control.py”, line 804, in fetch_channel
File “./Package Control.py”, line 2656, in download_url
File “./Package Control.py”, line 1869, in download
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden: ‘/tmp/tmpQJKznJ’

“Datei oder Verzeichnis nicht gefunden” -> file or folder not found

0 Likes

#4

Got my solution here: github.com/wbond/sublime_packag … issues/117

The post from wbond.

0 Likes

#5

This is a known bug in 1.6.2 on linux installs with wget <=1.13. Install the testing version from wbond.net/sublime_packages/packa … ng_Version to fix it.

0 Likes