In article 
<CACedRDyWE0KYPMfsnc47xH-HMpobOg0sxJwtSs1-Uz=+hko...@mail.gmail.com>,
 Georges Arsouze <georges.arso...@gmail.com> wrote:

> Hi
> sorry for my poor english
> 1) I'm working on mac os  snow leopard 10.6 and python 3.1
> I want to use the ttk and tix widgets
> 
>  I have an error message : require tile

Apparently Tix is not shipped by default with ActiveState Tcl because 
Tix is considered out-of-date.  However, it appears you can install a 
version (for Tk 8.4 at least, which the python.org binary installers for 
Python 3.1 uses) via the ActiveState teacup package manager:

sudo /usr/local/bin/teacup install Tix

Keep in mind that Python 3.1 has been superseded by Python 3.2 (3.2.1 is 
current).  I f you are just starting with Python, you should consider 
using it:

http://www.python.org/download/

http://www.python.org/download/mac/tcltk/

http://groups.google.com/group/comp.lang.python/browse_thread/thread/878b
8a1d9e6d92ce/6f257a1c60ab50f2

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to