Installing pytesser

前端 未结 7 1273
我寻月下人不归
我寻月下人不归 2020-12-11 03:31

I\'m new to python and would like to install and use the pytesser OCR library. All of the other modules that I\'ve installed, I\'ve used easy_install, which has worked fine.

7条回答
  •  庸人自扰
    2020-12-11 03:58

    You should not use C:\Python27\Scripts for 3rd party modules, you should use C:\Python27\Lib\site-packages instead.

提交回复
热议问题