View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jul 16, 2003 10:29 am Post subject: emerge --unmerge python .... |
|
|
Ciao a tutti... ok ho fatto la solita C@£$%$A .... non sapebo che l'emerge fosse in python .... e volevo provare l'ultima versone che è sul sito (2.3) mentre quella che c'è nel portage è ila 2.2 ...
allora...
Code: |
#emerge --unmerge python
|
poi mi installo il mio python nuovo
e mo ...
Code: | # emerge python
Traceback (most recent call last):
File "/usr/bin/emerge", line 9, in ?
import sys,portage,emergehelp,xpak,string,re,commands,time,threading,shutil,traceback,atexit
ImportError: No module named portage
|
Se avete un post con un simile problema o la soluzione ... datemela _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
fatez Apprentice
Joined: 07 May 2003 Posts: 295
|
Posted: Wed Jul 16, 2003 10:46 am Post subject: |
|
|
guarda, dovendo dare una soluzione alla svelta, io mettere il livecd.. untarrerei lo stagex, rebooterei, eppoi via di emerge rsync | emerge -up world
(si, è una soluzione alla slackware, .. ma dovrebbe andare...) |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Wed Jul 16, 2003 10:51 am Post subject: |
|
|
Se cerchi nel forum troverai alcune thread che discutono soluzioni possibili, ad es questa. _________________ I may not agree with what you say, but I'll defend to the death your right to say it. |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jul 16, 2003 10:53 am Post subject: |
|
|
delta407 wrote: | You might be able to reinstall Python using this:
Code: | # cd
# tar xzf /usr/portage/distfiles/Python-2.2.1.tgz
# cd Python-2.2.1
# ./configure --with-fpectl --infodir=/usr/share/info/ --mandir=/usr/share/man
# make
# make install prefix=/usr
# rm /usr/bin/python 2>/dev/null
# ln -s /usr/bin/python2 /usr/bin/python |
Hopefully this will be enough of Python to let you "emerge python" again. |
(Ho trovato grazie questa funziona perfettamente come soluzione) _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
|