2016-05-30 15 views
3

ich diesen here downloaden, führen Sie es mit:Kein Modul namens bidi.algorithm

python setup.py test 

in meinem cmd, habe ich Python 2.7, aber ich bekomme diese Fehlermeldung:

Traceback (most recent call last): 
File "C:\Users\CLIENT\Desktop\IMPLEMENTATION\Affichage.py", line 31, in <module> 
from bidi.algorithm import get_display 
ImportError: No module named bidi.algorithm 

Antwort

6

Sie sollten Python installieren -bidi mit diesem Befehl:

easy_install python-bidi 

oder

pip install python-bidi