2013-12-22 3 views
6

우분투 13.10에서는 Appindicator를 사용할 수 없습니까?우분투 13.10 : 모듈 없음 appindicator

[email protected]:~$ 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 
>>> 

다른 대안이 있습니까? 또는 직접 설치할 수 있습니까?

미리 감사드립니다.

답변

17
sudo apt-get install python-appindicator 
0

예, 직접 설치할 수 있습니다. 추가 파이썬 패키지를 설치하려면 pip을 살펴 보는 것이 좋습니다.

2

아마 대신 파이썬 3을 목표로한다 :

sudo apt-get install gir1.2-appindicator