Ubuntu 13.10 : No Module Named appindicator

8.1k Views Asked by At

Appindicator is not available on Ubuntu 13.10?

jason@jz:~$ python
Python 2.7.5+ (default, Sep 19 2013, 13:48:49) 
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import appindicator
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named appindicator
>>> 

Is there an alternative of it? Or can I install it myself?

Thanks in advance.

3

There are 3 best solutions below

0
On BEST ANSWER
sudo apt-get install python-appindicator
0
On

Yes, you can install it yourself. I'd recommend looking at pip for installing additional python packages.

0
On

Probably should aim for Python 3 instead:

sudo apt-get install gir1.2-appindicator