
I just upgraded to Red Hat 7.0 and installed Python 2.0. Anybody have a recipe for making Tkinter support work in this environment? -- <a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a> "Government is not reason, it is not eloquence, it is force; like fire, a troublesome servant and a fearful master. Never for a moment should it be left to irresponsible action." -- George Washington, in a speech of January 7, 1790

On Mon, Dec 25, 2000 at 04:17:23AM -0500, Eric S. Raymond wrote:
I just upgraded to Red Hat 7.0 and installed Python 2.0. Anybody have a recipe for making Tkinter support work in this environment?
I installed Python 2.0 + Tkinter both from the BeOpen rpms and later from source (for various reasons) and both were a breeze. I didn't really use the 2.0+tkinter rpm version until I needed Numpy and various other things and had to revert to the self-compiled version, but it seemed to work fine. As far as I can recall, there's only two things you have to keep in mind: the tcl/tk version that comes with RedHat 7.0 is 8.3, so you have to adjust the Tkinter section of Modules/Setup accordingly, and some of the RedHat-supplied scripts stop working because they use deprecated modules (at least 'rand') and use the socket.socket call wrong. -- Thomas Wouters <thomas@xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!

On Mon, Dec 25, 2000 at 04:17:23AM -0500, Eric S. Raymond wrote:
I just upgraded to Red Hat 7.0 and installed Python 2.0. Anybody have a recipe for making Tkinter support work in this environment?
I installed Python 2.0 + Tkinter both from the BeOpen rpms and later from source (for various reasons) and both were a breeze. I didn't really use the 2.0+tkinter rpm version until I needed Numpy and various other things and had to revert to the self-compiled version, but it seemed to work fine. As far as I can recall, there's only two things you have to keep in mind: the tcl/tk version that comes with RedHat 7.0 is 8.3, so you have to adjust the Tkinter section of Modules/Setup accordingly, and some of the RedHat-supplied scripts stop working because they use deprecated modules (at least 'rand') and use the socket.socket call wrong. -- Thomas Wouters <thomas@xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
participants (2)
-
Eric S. Raymond
-
Thomas Wouters