Ubuntu 13.10上没有Appindicator?
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
>>>
有替代品吗?或者我可以自己安装吗?
提前致谢。
答案 0 :(得分:18)
sudo apt-get install python-appindicator
答案 1 :(得分:2)
可能应该以Python 3为目标:
sudo apt-get install gir1.2-appindicator
答案 2 :(得分:0)
是的,你可以自己安装。我建议查看pip以安装其他python包。