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.
You may got sth wrong.
I try pytesser yesterday, maybe you should not put the pytesser file into the script folder. try the working dir, alongside with your code.
>>> import pytesser
>>> print pytesser
<module 'pytesser' from 'E:\Desktop\jiaoben\OCR\pytesser.pyc'