2013-12-22 3 views
6

Appindikator ist nicht verfügbar auf Ubuntu 13.10?Ubuntu 13.10: Kein Modul Benannte Appindikator

[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 
>>> 

Gibt es eine Alternative davon? Oder kann ich es selbst installieren?

Vielen Dank im Voraus.

Antwort

17
sudo apt-get install python-appindicator 
0

Ja, Sie können es selbst installieren. Ich würde empfehlen, pip für die Installation zusätzlicher Python-Pakete zu betrachten.

2

Wahrscheinlich sollte 3 stattdessen für Python Ziel:

sudo apt-get install gir1.2-appindicator