[Tkinter-discuss] TkAqua question

Michael O'Donnell michael.odonnell at uam.es
Sat Dec 22 09:50:56 CET 2007


Hi all,

  I distribute a Python/Tkinter application, on Macintosh and Windows.

 A recurring problem is that Tkinter on Mac assumes the TKAqua libraries
are resident on the machine, and that these libraries are version 8.4.

On MacOSX 1.3 this is not so, so I tell my users to install TclTkAqua8.4.10
from the sourceforge repository.

Fine. But now I have a PPC Mac user running OSX 10.4 who has installed
the latest version of TkAqua, 8.5, for other reasons, and now Tkinter
doesn't
work.

What I want to do to fix all these problems is to include the TclTkAqua 8.4
libraries in my distribution, and tell Tkinter where it should look for the
libraries.

Is this possible?

Mick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tkinter-discuss/attachments/20071222/f412a907/attachment.htm 


More information about the Tkinter-discuss mailing list