I have tried to print pytesser,it told me that name 'pytesser' is not defined.I have import pytesser,but I don't know why It hasn't defined?
Asked
Active
Viewed 305 times
1 Answers
0
Please post your source code so we can look over the code and get more details. Also your error is caused by a variable declaration without a definition following. Check for any stand alone variable's that have no following "= ...definition".

Nicholas Shaffer
- 80
- 13