Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from pytesser import * error #9

Open
GoogleCodeExporter opened this issue Mar 21, 2016 · 4 comments
Open

from pytesser import * error #9

GoogleCodeExporter opened this issue Mar 21, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 4 Apr 2012 at 9:23

@GoogleCodeExporter
Copy link
Author

Bump :P

Original comment by [email protected] on 5 Apr 2014 at 1:11

@GoogleCodeExporter
Copy link
Author

bump

Original comment by [email protected] on 5 Apr 2014 at 10:34

@GoogleCodeExporter
Copy link
Author

http://stackoverflow.com/questions/15567141/installing-pytesser

Original comment by [email protected] on 7 Jan 2015 at 6:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant