Skip to content

TclError: can't find package Tix #469

Closed Answered by ilius
soshial asked this question in Q&A
May 31, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

You are not passing the output path, so it's trying to run GUI.
Which can't since you don't have GTK nor Tkinter+Tix.

Tkinter interface needs Tix package.
Seems like not very easy to install on Mac
https://stackoverflow.com/questions/16797444/how-to-install-tix-on-mac-os-x

TBH I made Tkinter interface mostly for Windows, since Python ships with Tkinter (and Tix) on Windows.

I suggest using interactive command-line interface.
Look up "Interactive command-line interface" in README.md

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ilius
Comment options

@soshial
Comment options

@soshial
Comment options

@soshial
Comment options

Answer selected by ilius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants