Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Problem with Updatelabel in CaptchaGenrator .... #591

Open
2 tasks done
sharad740 opened this issue Mar 19, 2022 · 0 comments
Open
2 tasks done

Problem with Updatelabel in CaptchaGenrator .... #591

sharad740 opened this issue Mar 19, 2022 · 0 comments

Comments

@sharad740
Copy link

sharad740 commented Mar 19, 2022

Description

In Captcha_Genrator.py , there is Function UpdateLabel() in refresh method . when i uncomment that line I did not got new captcha image while refresh btn is clicked . and after i uncommented this line as default , Program did not exited but with error image refresh successfully.

$ python Captcha_Genrator.py
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\SYSTEM_FAILURE\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 1921, in __call__
    return self.func(*args)
  File "C:\Users\SYSTEM_FAILURE\Desktop\PythonScripts\SImpleProjects\python-mini-projects\projects\Captcha_Genrator\Captcha_Genrator.py", line 50, in refresh
    UpdateLabel()
NameError: name 'UpdateLabel' is not defined


  • I have checked previous issues to avoid duplicates.
  • This issue will be meaningful for the project.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant