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

Theme doesn't load #7

Open
Sempervivum opened this issue Nov 24, 2021 · 0 comments
Open

Theme doesn't load #7

Sempervivum opened this issue Nov 24, 2021 · 0 comments

Comments

@Sempervivum
Copy link

Sempervivum commented Nov 24, 2021

Very nice theme! Unfortunately it doesn't load for me. I'm using this code:

    breezePath = scriptPath + r'\Breeze\breeze.tcl'
    # the following line throws a TCL error:
    root.tk.call("source", breezePath)

    # Sunvalley is loading fine:
    sunValleyPath = scriptPath + r'\Sunvalley\sun-valley.tcl'
    root.tk.call("source", sunValleyPath)

    s = ttk.Style()
    print(s.theme_names())
    ttk.Style(root).theme_use('sun-valley-light')

I'm using Python 3.10

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

1 participant