Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Tkinter on RedHat Linux 9.0

Reply
Thread Tools

Re: Tkinter on RedHat Linux 9.0

 
 
rich hammett
Guest
Posts: n/a
 
      02-25-2004
Sen jälkeen, kun Perry Mason oli pahoinpidellyt
häntä, Thomas Korb yllätti tuomarin todistamalla:
> On Sat, 10 May 2003 14:34:05 -0600, Don Donigan wrote:
>>
>> Can anyone tell me how to install Tkinter on RedHat Linux 9.0?
>> I have not need successfull as of yet. Thanks in advance.
>>


> You have to install the following 4 RPM packages:


> 1. python 2. tcl 3. tk 4. tkinter


Is there any way to update the python.org webpage for
Tkinter? It currently says you never need to download
tkinter separately, which has had me chasing my tail
here for a few days.

rich

> Use 'rpm -qi <packagename>' to see, which packages are already
> installed on your system (e.g.: rpm -qi tkinter).


> To install a package, use 'rpm -ihv <packagefile>'. This command
> will i.p. tell you, if other packages must be installed first
> (e.g. 'itcl' or 'tix' might be necessary).


> You will find the RPM 'packagefiles' on your Red Hat 9 CDs, but
> it is often easier (and faster) to download them directly from the
> Red Hat Network (http://rhn.redhat.com) or from any other good RPM
> archive.



--
-to reply, it's hot not warm
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
\ Rich Hammett http://home.hiwaay.net/~rhammett
/ "Better the pride that resides in a citizen of the world;
\ than the pride that divides
/ when a colorful rag is unfurled."
 
Reply With Quote
 
 
 
 
rich hammett
Guest
Posts: n/a
 
      02-25-2004
Sen jälkeen, kun Perry Mason oli pahoinpidellyt
häntä, rich hammett yllätti tuomarin todistamalla:
> Sen jälkeen, kun Perry Mason oli pahoinpidellyt
> häntä, Thomas Korb yllätti tuomarin todistamalla:
>> On Sat, 10 May 2003 14:34:05 -0600, Don Donigan wrote:
>>>
>>> Can anyone tell me how to install Tkinter on RedHat Linux 9.0?
>>> I have not need successfull as of yet. Thanks in advance.
>>>


>> You have to install the following 4 RPM packages:


>> 1. python 2. tcl 3. tk 4. tkinter


> Is there any way to update the python.org webpage for
> Tkinter? It currently says you never need to download
> tkinter separately, which has had me chasing my tail
> here for a few days.


In fact, the python rpm from redhat CLAIMS to include
Tkinter already. I'm pretty sure it doesn't.

rich

> rich


>> Use 'rpm -qi <packagename>' to see, which packages are already
>> installed on your system (e.g.: rpm -qi tkinter).


>> To install a package, use 'rpm -ihv <packagefile>'. This command
>> will i.p. tell you, if other packages must be installed first
>> (e.g. 'itcl' or 'tix' might be necessary).


>> You will find the RPM 'packagefiles' on your Red Hat 9 CDs, but
>> it is often easier (and faster) to download them directly from the
>> Red Hat Network (http://rhn.redhat.com) or from any other good RPM
>> archive.




--
-to reply, it's hot not warm
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
\ Rich Hammett http://home.hiwaay.net/~rhammett
/ "Better the pride that resides in a citizen of the world;
\ than the pride that divides
/ when a colorful rag is unfurled."
 
Reply With Quote
 
 
 
 
Russell E. Owen
Guest
Posts: n/a
 
      02-26-2004
In article <>,
rich hammett <> wrote:

>...
>In fact, the python rpm from redhat CLAIMS to include
>Tkinter already. I'm pretty sure it doesn't.


My own experience with a freshly installed RH 9 system was that it
included fairly old versions of tcl/tk and python, but no Tkinter.

But it seems likely that there are downloadable Python RPMs that include
Tkinter. (Whether that includes the RPM at the RedHat site, I could not
say.) Still... it's really easy to build Python from source (kudos to
the developers!), and if tcl/tk are available in the usual location then
Tkinter is automatically built. (That's the route I went because I also
wanted a special destination directory.) If you do go this route, be
sure to check the ReadMe; there's a build flag you should set for RH
Linux.

-- Russell
 
Reply With Quote
 
rich hammett
Guest
Posts: n/a
 
      03-03-2004
Sen jälkeen, kun Perry Mason oli pahoinpidellyt
häntä, Russell E. Owen yllätti tuomarin todistamalla:
> In article <>,
> rich hammett <> wrote:


>>...
>>In fact, the python rpm from redhat CLAIMS to include
>>Tkinter already. I'm pretty sure it doesn't.


> My own experience with a freshly installed RH 9 system was that it
> included fairly old versions of tcl/tk and python, but no Tkinter.


> But it seems likely that there are downloadable Python RPMs that include
> Tkinter. (Whether that includes the RPM at the RedHat site, I could not
> say.) Still... it's really easy to build Python from source (kudos to
> the developers!), and if tcl/tk are available in the usual location then
> Tkinter is automatically built. (That's the route I went because I also
> wanted a special destination directory.) If you do go this route, be
> sure to check the ReadMe; there's a build flag you should set for RH
> Linux.


Thanks, I also found some discussion on some RedHat boards about
this issue. None of them mentioned the RedHat flag, though.

rich
--
-to reply, it's hot not warm
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
\ Rich Hammett http://home.hiwaay.net/~rhammett
/ "Better the pride that resides in a citizen of the world;
\ than the pride that divides
/ when a colorful rag is unfurled."
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone try this on RedHat Linux/jre1.5 or redhat linux/jdk1.6? U. George Java 4 08-11-2005 12:33 PM
Re: Backup PIX 515 to redhat 9 linux server Stevan Popovic Cisco 0 04-01-2004 10:48 AM
Re: Backup PIX 515 to redhat 9 linux server Stevan Popovic Cisco 0 04-01-2004 10:20 AM
Redhat 9.0 & tkinter mikeSpindler Python 1 09-14-2003 07:08 AM
2.3 Redhat 9 Tkinter IDLE RT Lange Python 3 08-03-2003 05:45 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57