Sublime Forum

Package Control

#1

Hey guys,

I just installed Sublime Text (dev build 2195), then installed Package control via the console, restarted and I have this problem. I press, ctrl+shift+p, write “install” select “Install package” and press enter, nothing happens and the search bar dissapears. Any idea what might be the problem? Thanks.

Here is the code from console, this pops up everytime i press install package and nothing happens:

Exception in thread Thread-7:
Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File ".\Package Control.py", line 1890, in run
  File ".\Package Control.py", line 1759, in make_package_list
  File ".\Package Control.py", line 1121, in list_available_packages
  File ".\Package Control.py", line 1023, in list_repositories
TypeError: 'NoneType' object is not iterable

// Im using Win XP SP3, ST2 dev build 2195

0 Likes

#2

I don’t know how often @wbond checks the forums.

I would try posting your issue to github.com/wbond/sublime_package_control

0 Likes

#3

Thanks!

I checked the Issues and this one helped me:
https://github.com/wbond/sublime_package_control/issues/104

Seems to be working ok for now, hopefully there wont be any more errors :wink:

0 Likes

#4

Well, it doesnt work actually :smiley:
I now lists the packages but when i try to install them, it says they have been successfully installed but i get another error in the console and they are not actually installed and not listed in the “Package control: List packages” option.

0 Likes