-2

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?

jinling
  • 1
  • 1

1 Answers1

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".