Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > system requirements for python 2.4

Reply
Thread Tools

system requirements for python 2.4

 
 
ben
Guest
Posts: n/a
 
      12-13-2004
I'm trying to upgrade python from 2.2 to 2.4 on a RH9 system, and can't
find any rpm that will let me install it.
Is FC3 required for python 2.4?

 
Reply With Quote
 
 
 
 
Jean Brouwers
Guest
Posts: n/a
 
      12-13-2004

FWIIW, we use Python 2.4 on RH8 and FC2 systems. In both cases, built
from scratch, following the build instructions.

/Jean Brouwers


In article < .com>, ben
<> wrote:

> I'm trying to upgrade python from 2.2 to 2.4 on a RH9 system, and can't
> find any rpm that will let me install it.
> Is FC3 required for python 2.4?
>

 
Reply With Quote
 
 
 
 
ben
Guest
Posts: n/a
 
      12-13-2004
Ah, I figured I would have to resort to that.

Thanks.

 
Reply With Quote
 
=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=
Guest
Posts: n/a
 
      12-13-2004
ben wrote:
> I'm trying to upgrade python from 2.2 to 2.4 on a RH9 system, and can't
> find any rpm that will let me install it.
> Is FC3 required for python 2.4?


No. However, you may have to build Python yourself. Try using the source
RPM; if that fails to work, either correct the spec file, or build
directly from the pydotorg sources.

Regards,
Martin
 
Reply With Quote
 
Dave Reed
Guest
Posts: n/a
 
      12-14-2004
On Monday 13 December 2004 18:17, Martin v. Löwis wrote:
> ben wrote:
> > I'm trying to upgrade python from 2.2 to 2.4 on a RH9 system, and

can't
> > find any rpm that will let me install it.
> > Is FC3 required for python 2.4?

>
> No. However, you may have to build Python yourself. Try using the

source
> RPM; if that fails to work, either correct the spec file, or build
> directly from the pydotorg sources.
>
> Regards,
> Martin



And you don't want to install an rpm with 2.4 that overwrites the 2.2
version that came with Red Hat. Many of the Red Hat configurations
tools rely on the existing 2.2 version so you need to keep it there.

You want to install python 2.4 somewhere else (/usr/local is the usual
place).

It really isn't difficult. Grab the .tgz file and untar it, cd into the
python directory, execute "./configure; make;make install" assuming you
have write permissions on /usr/local; if not su to root before doing
"make install".

Dave



 
Reply With Quote
 
ben
Guest
Posts: n/a
 
      12-14-2004
Yes, I already figured that out. I put python 2.4 in /usr/local/bin,
and then, when I installed zope (which is the reason for the new
python), I had to tell it where the newer python was.

 
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
ASP.NET 2.0 system requirements =?Utf-8?B?QmFzZTY0?= ASP .Net 2 12-12-2005 04:49 PM
System Requirements Recomended ! lovely_angel_for_you@yahoo.com ASP .Net 1 05-04-2005 02:22 PM
System requirements for the ASP.NET version? Carl ASP .Net 1 02-07-2005 11:00 AM
Re: Virtual PC system requirements Marlin Munrow Microsoft Certification 4 03-02-2004 11:28 PM
win 2k system requirements. hugh jass Computer Support 0 09-09-2003 12:32 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