Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > SuSE 9.1: updating to python-2.4

Reply
Thread Tools

SuSE 9.1: updating to python-2.4

 
 
Torsten Mohr
Guest
Posts: n/a
 
      01-09-2005
Hi,

along with my distribution SuSE 9.1 came python 2.3.3.

I'd like to update to 2.4 now, is this an easy thing to do
or will lots of installed modules refuse to work then?

Is there an easy way to find out what i need to update?


Thanks for any hints,
Torsten.

 
Reply With Quote
 
 
 
 
Peter Maas
Guest
Posts: n/a
 
      01-10-2005
Torsten Mohr schrieb:
> along with my distribution SuSE 9.1 came python 2.3.3.
>
> I'd like to update to 2.4 now, is this an easy thing to do
> or will lots of installed modules refuse to work then?
>
> Is there an easy way to find out what i need to update?


I uninstalled 2.3.3 and compiled/installed 2.4 from source.
Now there is a problem: each time I change my system, SuSE tries
to reinstall 2.3.3 because of dependencies. I tried to mark
SuSE-Python as tabu (taboo?) but this it isn't stored. Not sure
if it is my fault or SuSE's. I'm too lazy to track it down.

Perhaps you can do a regular upgrade via FTP. I didn't try that.

--
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------
 
Reply With Quote
 
 
 
 
David Fraser
Guest
Posts: n/a
 
      01-10-2005
Torsten Mohr wrote:
> Hi,
>
> along with my distribution SuSE 9.1 came python 2.3.3.
>
> I'd like to update to 2.4 now, is this an easy thing to do
> or will lots of installed modules refuse to work then?
>
> Is there an easy way to find out what i need to update?
>
>
> Thanks for any hints,
> Torsten.
>

What you probably want to do is install python2.4 alongside python2.3.3
as an alternate installation, since a lot of other programs in SuSE
probably depend on having python2.3.3 and won't work with the upgrade.

Have a look at the RPMs on the python 2.4 downloads page and see if you
can install them OK (I just did this fine for python 2.3 on whitebox linux).

David
 
Reply With Quote
 
Wolfram Kraus
Guest
Posts: n/a
 
      01-10-2005
Heyho!

Torsten Mohr wrote:
> Hi,
>
> along with my distribution SuSE 9.1 came python 2.3.3.
>
> I'd like to update to 2.4 now, is this an easy thing to do or will
> lots of installed modules refuse to work then?

I installed Python 2.4 under SuSE 9.1 and had no problems so far. If you
install it via "./configure;make;make install", python 2.4 will be
installed in /usr/local/lib/python2.4 parallel to your existing 2.3
installation under /usr/lib/python2.3.

> Is there an easy way to find out what i need to update?

Just check out, which version comes up when you call "python" from the
shell. If this is version 2.3 you can start 2.4 with "python2.4"
All the installed packages for python2.3 (e.g. PIL, MySQLdb, wxPython,
....) need to be installed for the new version, too.
>
> Thanks for any hints, Torsten.


HTH,
Wolfram

 
Reply With Quote
 
Peter Otten
Guest
Posts: n/a
 
      01-11-2005
Torsten Mohr wrote:

> along with my distribution SuSE 9.1 came python 2.3.3.
>
> I'd like to update to 2.4 now, is this an easy thing to do
> or will lots of installed modules refuse to work then?
>
> Is there an easy way to find out what i need to update?


I shied away from a full upgrade and installed 2.4 from source just to play
around with it. This is painless if you use

make altinstall

instead of

make install

If you want Tkinter support you have to install the tk-devel package before
configuring 2.4.

One easy way to find out what depends on python is to mark python for
removal in yast, then click the [Abhängigkeiten prüfen] (check
dependencies) button -- and probably cancel the changes afterwards.

Peter

 
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
Updating JTable Atomically - block data changes while updating. news.rcn.com Java 2 12-10-2007 11:49 AM
Java reporting wrong IP address in SuSE 9.2 subscriber@liljenberg.net Java 2 03-18-2005 09:35 PM
Cannot run OpenJMS in SuSE 9.2 subscriber@liljenberg.net Java 1 03-07-2005 06:34 PM
JDialog.setModal(true) does not work with Suse 9.0 (not sure of kernel ver) Deshaies Java 1 04-15-2004 12:57 AM
Updating java on SuSE 9.0 pro to Sun's new J2SE 1.4.2_02 Willy Kreim Java 2 11-24-2003 01:09 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