python - ImportError: No module named reflect -


my "import reflects" (python) not works.

i using code:

import reflect p = inflect.engine() 

i have received message

importerror: no module named reflect

what should do? step step please. have downloaded inflect-0.2.5-py2.py3-none-any.whl not know how open it.

install downloaded .whl file using following command:

[root@server] python -m pip install /<path>/inflect-0.2.5-py2.py3-none-any.whl 

once that's installed should able access module running following

[root@server] python >> import inflect >> >> p = inflect.engine() 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -