Hi everyone

I have been able to install Python 2.3.4 with Tkinter.
I don't know if there is some kind of knowledge base but if somebody has this problem this is what I did:


I have downloaded the tcl/tk rpm from http://www.interlink.com.au/anthony/tech/rh9-tcltk/
(They are 8.3.5-185 and fix the bug that Linux Red Hat 9.0 tcl/tk 8.3.5-xx has)


I've installed first the tcl package and then the tk package.
Then I've installed Python2.3.4 with the following commands:
./configure --enable-unicode=ucs4
make
make install

That's all

Thanks to all who tried to help me (Now I have a problem with the MySQL database but that doesn't fit in this forum ;)

Regards

Alberto


From: Michael Lange <[EMAIL PROTECTED]>
To: tutor@python.org
Subject: Re: [Tutor] TKinter and things over Linux
Date: Mon, 18 Apr 2005 17:09:28 +0200

On Mon, 18 Apr 2005 13:24:03 +0000
"Alberto Troiano" <[EMAIL PROTECTED]> wrote:

Hi Alberto,

> Hey
> Let me know if this format is better (I use Hotmail in the web so...)
>

Looks pretty much ok to me :-)

> Sadly I'm not in the linux machine so I can't run the command you sent me
> but I shall explain the version just so you know
>
> The fullname version is Red Hat Advanced Server 3.0. This is a commercial
> version of Linux
> But it has so many problems and so few documentation that I switched to Red
> Hat 9.0 (I think that you're familiar with this version)
>
> I have installed tcl and tk support and I will download and install the
> anthony's RPMs
> What can I do to make Tkinter work on Linux Red Hat 9.0??????????
>


First you should make sure that all necessary RPMs are installed; the basic python
RPM will be installed by default on RedHat 9 but probably not Tkinter ( I'm not sure
how the RPM is called on RedHat, maybe python-tkinter or python-tk or tkinter or... ).


Best regards

Michael
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Gaucho


_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Reply via email to