Tix and Python 3.0
Has anyone seen anything on Tix running python 3.0? I've tried working with examples, but when building anything, it claims that cnf is not subscribed.
I also noticed that none of the Dir Select (DirList DirTree) items work under version 2.6.1.
Why doesn't Python dump Tix or support it? It has a lot of good things to do with lightweight programs.
0
source to share
3 answers
What probably happened is that no one noticed the error. (It is very difficult to automatically test GUI libraries like Tix and Tkinter.) You should report bugs when you find them at http://bugs.python.org
...
...
+1
source to share