Tix and OS X

J

Jeff Reavis

Does python not ship with Tix for OS X? I know there was an issue with
2.5.0 and Tix on Windows, and upgrading to 2.5.1 fixed it.
Unfortunately, I seem to have the same issue with OS X and 2.5.1. The
error I get is:

self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix

I did find tkinter.so (Tkinter seems to work), but nothing matching
tix.so.
Is this a known issue? I haven't found any information about it on the
web or in this group.

Thanks in advance.

This is an Intel Mac, btw.

-jjr
 
K

Kevin Walzer

Jeff said:
Does python not ship with Tix for OS X? I know there was an issue with
2.5.0 and Tix on Windows, and upgrading to 2.5.1 fixed it.
Unfortunately, I seem to have the same issue with OS X and 2.5.1. The
error I get is:

self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix

I did find tkinter.so (Tkinter seems to work), but nothing matching
tix.so.
Is this a known issue? I haven't found any information about it on the
web or in this group.

Thanks in advance.

This is an Intel Mac, btw.

-jjr
You have to have the Tcl Tix package installed--the Python module just
wraps it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,871
Messages
2,569,919
Members
46,172
Latest member
JamisonPat

Latest Threads

Top