472,126 Members | 1,412 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

Tix and OS X

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

May 26 '07 #1
2 2988
Jeff Reavis wrote:
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.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
May 27 '07 #2
On May 26, 8:51 pm, Kevin Walzer <k...@codebykevin.comwrote:
Jeff Reavis wrote:
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.

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin.com
Thanks, but I still find it strange that the tix so is not included
for the Mac. When dll was missing in Python 2.5 it was considered a
bug (www.python.org/sf/1568240).

-jjr

May 28 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by William C. White | last post: by
2 posts views Thread by Albert Ahtenberg | last post: by
3 posts views Thread by James | last post: by
reply views Thread by Ollivier Robert | last post: by
1 post views Thread by Richard Galli | last post: by
4 posts views Thread by Albert Ahtenberg | last post: by
1 post views Thread by inderjit S Gabrie | last post: by
2 posts views Thread by Jack | last post: by
3 posts views Thread by Sandwick | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.