-
Notifications
You must be signed in to change notification settings - Fork 5
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
captcha_records.py not working? #3
Comments
me, too. encounter an error.
|
In case you haven't found out the solution for error below:
It simply because this line of code below (function label_name = os.path.basename(file_name).split('_')[0] Simply change it to label_name = os.path.basename(file_name).split('.')[0] As for the IOError, apparently your captcha images are not correctly generated as I don't faced such an error. |
ok, i'll try tonight |
Hey,
I wrote you on FB messenger the same, I'm trying to use your library, I set up virtualenv, installed dependencies, generated captchas, etc, didn't change any source, but when I launch $ python captcha_records.py, I get this crash:
you said it might be because captcha generator isn't generating ans.txt or something, but looking at the source code it this repository, it means that this source isn't finished? Would you be able to commit the changes you have?
The text was updated successfully, but these errors were encountered: