What steps will reproduce the problem? 1. from pytesser import * 2. 3.
What is the expected output? What do you see instead? No errors and allows me to continue. Instead I see the following error:
Traceback (most recent call last): File "<pyshell#0>", line 1, in -toplevel- from pytesser import * ImportError: No module named pytesser
What version of the product are you using? On what operating system? v0.0.1, Windows 7 Ultimate 32-bit
Please provide any additional information below. I am running python 2.4 because 2.6 gave me the same error message. I have downloaded and installed PIL. I have also placed the pytesser dependents in the C:\Python24\Tools\Scripts folder. Once I got the error message the first time, I then also added the files to C:\Python24\Scripts just as a precaution.
Comment #1
Posted on Apr 4, 2012 by Massive KangarooI am trying to use pytesser but facing error during importing this. Below is the error
from pytesser import * Traceback (most recent call last): File "", line 1, in ImportError: No module named pytesser
Comment #2
Posted on Apr 5, 2014 by Swift HippoBump :P
Comment #3
Posted on Apr 5, 2014 by Happy Catbump
Comment #4
Posted on Jan 7, 2015 by Quick Pandahttp://stackoverflow.com/questions/15567141/installing-pytesser
Status: New
Labels:
Type-Defect
Priority-Medium