-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event' #2013
Comments
By commenting out lines 186 and 188 in
|
Sorry to ping again, is there any acknowledgment that this is an issue? I assume this is not intended behavior. Does anyone know what those lines in my comment do under normal circumstances? Perhaps they can be removed entirely? As I mentioned, there does not seem to be adverse effects from commenting out those lines. |
@TomSchimansky , I face the same issue with CustomTkinter v5.2.0. Is there a solution or work around to this issue ? I tried the workaround as suggested by @Nianzu , but that messes up the overall UI size/scaling |
Could you provide replication steps? I'd like for my PR to be something stable, so I'll work on it. |
I'm getting a similar issue, did anyone figure out a work around for it? |
I have an application that opens multiple windows, and when running on Windows 10 with Python3.9, opening a second window causes this error:
I've tried researching this, but I can't find anything. To my knowledge, I'm not missing any packages. I've uninstalled and reinstalled python, as well as tried this on multiple computers.
The text was updated successfully, but these errors were encountered: