kimnamho / pytesser

Automatically exported from code.google.com/p/pytesser
Other
0 stars 0 forks source link

from pytesser import * error #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 Cham...@gmail.com on 4 Sep 2010 at 5:42

GoogleCodeExporter commented 9 years ago
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 comment by joysta...@gmail.com on 4 Apr 2012 at 9:23

GoogleCodeExporter commented 9 years ago
Bump :P

Original comment by mjkau...@gmail.com on 5 Apr 2014 at 1:11

GoogleCodeExporter commented 9 years ago
bump

Original comment by joakim.w...@gmail.com on 5 Apr 2014 at 10:34

GoogleCodeExporter commented 9 years ago
http://stackoverflow.com/questions/15567141/installing-pytesser

Original comment by anand87...@gmail.com on 7 Jan 2015 at 6:54