Skip to content
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

[Solved] Transparent UI and tkinter error #656

Closed
KRSHH opened this issue Sep 28, 2024 · 2 comments
Closed

[Solved] Transparent UI and tkinter error #656

KRSHH opened this issue Sep 28, 2024 · 2 comments

Comments

@KRSHH
Copy link
Collaborator

KRSHH commented Sep 28, 2024

Error

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\hanne\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\hanne\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "G:\App\Deep-Live-Cam - unchanged\venv\lib\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py", line 186, in check_dpi_scaling
window.block_update_dimensions_event()
File "C:\Users\hanne\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 2383, in getattr
return getattr(self.tk, attr)
AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event'

Solution

Open terminal in Deep-Live-Cam folder, enter these two commands -

.\venv\Scripts\Activate
python -m pip install --force-reinstall https://github.com/KRSHH/FileStorage/raw/refs/heads/main/customtkinter-5.2.2-py3-none-any.whl
@ExploreCrypto
Copy link

that fixed it thanks

@Updatedme
Copy link

Updatedme commented Oct 11, 2024

@KRSHH This has been exceptionally helpful.
Please leave it pinned down for quick access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants