Appindicator在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
>>>

有其他选择吗?还是我可以自己安装?

提前致谢。

最佳答案

sudo apt-get install python-appindicator

关于python - Ubuntu 13.10 : No Module Named appindicator,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20730487/

10-11 15:56