-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
pygubu-designer 0.32 error: customtkinter plugin breaks with customtkinter version 5 and above #172
Comments
info -
|
Hello @XiangQinxi, thanks for trying pygubu. When do you have that error? When pygubu-designer starts? Regards |
Hello, thanks for the report. I found the problem. I will try to fix it ASAP. Regards! |
About 3 month ago, I got the same error message after a pygubu-designer update. Reason was a need to change the first import directive in customwidgets.py to:
|
TODO: Issues on designer: - Can't select SegmentedButton in Preview (can't click it) - Click on tabview tab does not select tab in treeview. - F5 preview of CTk does not show images and shows warning when the preview closes. This is because Ctk is another tk instance running on another thread.
Hello @kirillcisco,
Have you installed pillow? Let me know if this works. Regards |
Thanks, @alejandroautalan |
@alejandroautalan, but there was a problem with compatibility
|
Hello @kirillcisco, thanks for your reply. I will review it ASAP. Regards. |
Is something new with the customtkinter support? I tried it also with customtkinter 4.6.3, but startup of pygubu-designer fails. |
Updated pygubu and designer to support customtkinter 5.2.2 Please install all dependencies of customtkinter.
Regards. |
The text was updated successfully, but these errors were encountered: