Die Suche ergab 3 Treffer

von mcl024
Mittwoch 7. Januar 2015, 09:10
Forum: Installation/Konfigurieren
Thema: yowsup Installtionsproblem ImportError
Antworten: 8
Zugriffe: 4893

Re: yowsup Installtionsproblem ImportError

Hallo Zusammen,

also der Entwickler von yowsup meinte das etwas mit der Installation von python-protobuf nicht stimmt.

Ich habe es wie folgt installiert

sudo apt-get install python-protobuf

Und Python liefert folgendses zur Version

matthias@matthias-desktop:~/yowsup$ python
Python 2.7.3 ...
von mcl024
Samstag 3. Januar 2015, 20:35
Forum: Installation/Konfigurieren
Thema: yowsup Installtionsproblem ImportError
Antworten: 8
Zugriffe: 4893

Re: yowsup Installtionsproblem ImportError

Also bin jetzt ein Stück weiter gekommen. Ich habe die Version 9.1 von Setuptools installiert:

sudo pip install setuptools==9.1

Jetzt bekomme ich bei nächsten Schritt allerdings folgende Fehlermeldung:

matthias@matthias-desktop:~/yowsup$ python yowsup-cli registration --requestcode sms --phone ...
von mcl024
Freitag 2. Januar 2015, 16:38
Forum: Installation/Konfigurieren
Thema: yowsup Installtionsproblem ImportError
Antworten: 8
Zugriffe: 4893

yowsup Installtionsproblem ImportError

Hallo Zusammen,

ich bin ganz neu hier und hoffentlich an der richtigen Stelle.
Ich probiere nun bereits seit mehreren Tagen diese python whatsapp lib zu installieren https://github.com/tgalal/yowsup

Folgende Fehlermeldung erhalte ich:

matthias@matthias-desktop:~/yowsup$ sudo python setup.py ...