I download this here, run it with:
python setup.py test
in my cmd, I have python 2.7 but i get this error:
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
You should install python-bidi using this command:
easy_install python-bidi
or
pip install python-bidi
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With