This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.3.4 can not be installed over 2.3.3
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis, sf-robot, zgoda
Priority: normal Keywords:

Created on 2004-05-29 21:54 by zgoda, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg20924 - (view) Author: Jarek Zgoda (zgoda) Date: 2004-05-29 21:54
When trying to install newly-compiled 2.3.4 over
existing 2.3.3 I ran into "libinstall error" on
zipfile.py. After removing whole /usr/lib/python2.3 and
installing from scratch the installation was succesful.
I think it's some omission from installer script, since
I didn't have any problem when I upgraded 2.3.0 to
2.3.2 ant thet to 2.3.3.
msg20925 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-05-31 21:09
Logged In: YES 
user_id=21627

What operating system are you using? Can you report the
precise wording of the error that you get, and the command
that you have invoked to trigger this error?
msg20926 - (view) Author: Jarek Zgoda (zgoda) Date: 2004-06-01 06:59
Logged In: YES 
user_id=92222

System is Slackware Linux 9.1/2.6.6, Python 2.3.3 (version
that I tried to overwrite) was compiled by me on the same
machine.
Error message was as I wrote: "libinstall error". Command
chain was very usual: 
./configure --prefix=/usr --disable-ipv6
make
make test
make install
Error was raised during last step, the very last entry
before error occured on the list of installed libraries was
zipfile.py.
msg20927 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-20 10:18
Logged In: YES 
user_id=1188172

Are you still having problems with 2.4?
msg20928 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-03-07 03:25
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40309
2004-05-29 21:54:01zgodacreate