Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43480 - Could it be possible to "reinstall" some Python modules after upgrade ?
Summary: Could it be possible to "reinstall" some Python modules after upgrade ?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-02 07:00 UTC by Fabien Fivaz
Modified: 2004-03-03 01:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabien Fivaz 2004-03-02 07:00:20 UTC
I had Python 2.2 installed. After running an emerge -u, Python 2.3 was installed. But, for instance, wxPython did not work anymore with Python 2.3 (it had been installed along Python 2.2). I had to remerge wxPython. Could it be possible to do it automatically? I.e. to remerge installed Python things when upgrading to a new "major" version?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-03-02 07:01:34 UTC
so how about reading einfo messages from emerge and ebuilds ?
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-02 07:16:52 UTC
        ewarn
        ewarn "If you have just upgraded from python-2.2.x you will need to run:
"
        ewarn
        ewarn "/usr/sbin/python-updater"
        ewarn
        ewarn "This will automatically rebuild all the python dependent modules"
        ewarn "to run with python-2.3."
Comment 3 Fabien Fivaz 2004-03-03 01:35:46 UTC
Sorry. By the way, when emerge updates some 30+ packages, I don't have time to read all the ewarnings, and sometimes, it goes at such a speed that I haven't enough time to read them, even if I'm looking at it :-)