[Pythonmac-SIG] Tkinter on OS X

Tony Lownds tony@metanet.com
Mon, 21 Jan 2002 16:46:40 -0800


Hi Johann,

Tcl/Tk actually emulates X11 drawing on non-X11 platforms, that's why 
it needs X11 headers. They were missing in 8.4a4. To link Tk 8.4a4 
with python you will need those headers - either from the Tcl/Tk 
source (get it via cvs) or, if you've downloaded an X Windows server 
with those headers, they will work as well.

-Tony

At 4:31 PM -0800 1/21/02, Johann Hibschman wrote:
>Hi folks,
>
>I've been trying to get tkinter to compile on OS X, using some of 
>the hints that went by here in December, using the Tcl/Tk frameworks 
>that recently came out.  However, I can't get them to compile, since 
>they look for the X11 header files, and I don't seem to have them 
>anywhere, since I don't have X11 installed.
>
>I don't understand why Mac OSX Tcl/Tk would need the X11 headers, so 
>I'm suspecting that something is mis-configured.  Can anyone shed 
>some light on this?
>
>Cheers,
>
>--Johann
>
>--
>Johann Hibschman
>jhibschman@yahoo.com
>
>
>--
>Johann Hibschman
>jhibschman@yahoo.com
>
>
>_______________________________________________
>Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
>http://mail.python.org/mailman/listinfo/pythonmac-sig


--