Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ubuntu 13.10 : No Module Named appindicator

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.

like image 653
Cao Dongping Avatar asked Dec 22 '13 14:12

Cao Dongping


1 Answers

sudo apt-get install python-appindicator
like image 149
James King Avatar answered Oct 16 '22 04:10

James King