Build Python 2.5 against Tk 8.5
Kevin Walzer
kw at codebykevin.com
Tue Oct 16 11:11:39 EDT 2007
Martin v. Löwis wrote:
>> I'd like to experiment with Tk 8.5 (now in beta) in my Python
>> application, but Python 2.5 requires Tk 8.4.x.
>
> Why do you say that? AFAIK, that's not the case.
It's been a while, but when I've tried to run my Tkinter app against Tk
8.5 with a stock Python installation, I get an error message saying that
Tk 8.4.x is required. It's probably tkinter.so that hard-codes the
Tcl/Tk version, not Python itself--I should have been clearer on that.
However, I still need to know what to patch...
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Python-list
mailing list