You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Original issue reported on code.google.com by [email protected] on 4 Sep 2010 at 5:42
The text was updated successfully, but these errors were encountered:
I am trying to use pytesser but facing error during importing this. Below is
the error
from pytesser import *
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
ImportError: No module named pytesser
Original issue reported on code.google.com by
[email protected]
on 4 Sep 2010 at 5:42The text was updated successfully, but these errors were encountered: