-
Notifications
You must be signed in to change notification settings - Fork 48
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
Cannot use ttkthemes because there's missing scid.tcl #83
Comments
Do you get the error if you run this shorter program? import ttkthemes
ttkthemes.ThemedTk(theme="breeze") I tried it. No error for me. |
I just tried it. No errors for me.
…On Tue, Jun 1, 2021 at 1:28 PM Akuli ***@***.***> wrote:
Do you get the error if you run this shorter program?
import ttkthemesttkthemes.ThemedTk(theme="breeze")
I tried it. No error for me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVFULYOT3TLQR7OBKZNYPDTQU7F3ANCNFSM455IPSSA>
.
|
But this code still errors?
|
No, no errors for me. The question is from *m**onicacue *though.
…On Tue, Jun 1, 2021 at 1:40 PM Akuli ***@***.***> wrote:
But this code still errors?
import tkinter
from tkinter import *
from tkinter.font import BOLD, Font
from tkinter import ttk
from ttkthemes import themed_tk as tk
app = tk.ThemedTk(theme="breeze")
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVFUL6KYVH5EJBOIDCVIWLTQVAVVANCNFSM455IPSSA>
.
|
Thanks Akuli!!! That line of code works perfect. The example that is found on documentation (https://ttkthemes.readthedocs.io/en/latest/example.html) or the code that I wrote above, both didn't work at all. As I mentioned before throwed me that error. But now it works. I hope the documetation of ttkthemes can be updated. |
I've tried to use tkkthemes by writing those commands on my app: I'm running Python 3.9 over Windows 10.
However the terminal sends me the following error, and the app just don't run:
No matter the content of my app, or what theme I choose, the error is the same always, and it always ask me for the SAME file. I've tried to enter to the folder that gives me the error to verify that the file "scid.tcl" is installed corrently in my system, and it is! However the error persist.
Thanks!
The text was updated successfully, but these errors were encountered: