# installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/lib64/python2.5/site.pyc matches /usr/lib64/python2.5/site.py import site # precompiled from /usr/lib64/python2.5/site.pyc # /usr/lib64/python2.5/os.pyc matches /usr/lib64/python2.5/os.py import os # precompiled from /usr/lib64/python2.5/os.pyc import errno # builtin import posix # builtin # /usr/lib64/python2.5/posixpath.pyc matches /usr/lib64/python2.5/posixpath.py import posixpath # precompiled from /usr/lib64/python2.5/posixpath.pyc # /usr/lib64/python2.5/stat.pyc matches /usr/lib64/python2.5/stat.py import stat # precompiled from /usr/lib64/python2.5/stat.pyc # /usr/lib64/python2.5/UserDict.pyc matches /usr/lib64/python2.5/UserDict.py import UserDict # precompiled from /usr/lib64/python2.5/UserDict.pyc # /usr/lib64/python2.5/copy_reg.pyc matches /usr/lib64/python2.5/copy_reg.py import copy_reg # precompiled from /usr/lib64/python2.5/copy_reg.pyc # /usr/lib64/python2.5/types.pyc matches /usr/lib64/python2.5/types.py import types # precompiled from /usr/lib64/python2.5/types.pyc import _types # builtin # /usr/lib64/python2.5/warnings.pyc matches /usr/lib64/python2.5/warnings.py import warnings # precompiled from /usr/lib64/python2.5/warnings.pyc # /usr/lib64/python2.5/linecache.pyc matches /usr/lib64/python2.5/linecache.py import linecache # precompiled from /usr/lib64/python2.5/linecache.pyc import encodings # directory /usr/lib64/python2.5/encodings # /usr/lib64/python2.5/encodings/__init__.pyc matches /usr/lib64/python2.5/encodings/__init__.py import encodings # precompiled from /usr/lib64/python2.5/encodings/__init__.pyc # /usr/lib64/python2.5/codecs.pyc matches /usr/lib64/python2.5/codecs.py import codecs # precompiled from /usr/lib64/python2.5/codecs.pyc import _codecs # builtin # /usr/lib64/python2.5/encodings/aliases.pyc matches /usr/lib64/python2.5/encodings/aliases.py import encodings.aliases # precompiled from /usr/lib64/python2.5/encodings/aliases.pyc # /usr/lib64/python2.5/encodings/utf_8.pyc matches /usr/lib64/python2.5/encodings/utf_8.py import encodings.utf_8 # precompiled from /usr/lib64/python2.5/encodings/utf_8.pyc Python 2.5.2 (r252:60911, May 28 2008, 22:16:53) [GCC 4.2.4 (Gentoo 4.2.4 p1.0)] on linux2 Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/portage/pym/portage.pyc matches /usr/lib64/portage/pym/portage.py import portage # precompiled from /usr/lib64/portage/pym/portage.pyc # /usr/lib64/python2.5/copy.pyc matches /usr/lib64/python2.5/copy.py import copy # precompiled from /usr/lib64/python2.5/copy.pyc # /usr/lib64/python2.5/re.pyc matches /usr/lib64/python2.5/re.py import re # precompiled from /usr/lib64/python2.5/re.pyc # /usr/lib64/python2.5/sre_compile.pyc matches /usr/lib64/python2.5/sre_compile.py import sre_compile # precompiled from /usr/lib64/python2.5/sre_compile.pyc import _sre # builtin # /usr/lib64/python2.5/sre_constants.pyc matches /usr/lib64/python2.5/sre_constants.py import sre_constants # precompiled from /usr/lib64/python2.5/sre_constants.pyc # /usr/lib64/python2.5/sre_parse.pyc matches /usr/lib64/python2.5/sre_parse.py import sre_parse # precompiled from /usr/lib64/python2.5/sre_parse.pyc # /usr/lib64/python2.5/shutil.pyc matches /usr/lib64/python2.5/shutil.py import shutil # precompiled from /usr/lib64/python2.5/shutil.pyc !!! Failed to complete python imports. These are internal modules for !!! python and failure here indicates that you have a problem with python !!! itself and thus portage is not able to continue processing. !!! You might consider starting python with verbose flags to see what has !!! gone wrong. Here is the information we got for this exception: No module named time # /usr/lib64/portage/pym/portage.pyc matches /usr/lib64/portage/pym/portage.py import portage # precompiled from /usr/lib64/portage/pym/portage.pyc !!! Failed to complete python imports. These are internal modules for !!! python and failure here indicates that you have a problem with python !!! itself and thus portage is not able to continue processing. !!! You might consider starting python with verbose flags to see what has !!! gone wrong. Here is the information we got for this exception: No module named time Traceback (most recent call last): File "/usr/bin/emerge", line 31, in import portage File "/usr/lib64/portage/pym/portage.py", line 20, in import copy, errno, os, re, shutil, time, types ImportError: No module named time # clear __builtin__._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.exitfunc # clear sys.exc_type # clear sys.exc_value # clear sys.exc_traceback # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup __main__ # cleanup[1] site # cleanup[1] encodings # cleanup[1] shutil # cleanup[1] sre_constants # cleanup[1] re # cleanup[1] _codecs # cleanup[1] zipimport # cleanup[1] warnings # cleanup[1] encodings.utf_8 # cleanup[1] codecs # cleanup[1] copy # cleanup[1] types # cleanup[1] _types # cleanup[1] signal # cleanup[1] linecache # cleanup[1] posix # cleanup[1] encodings.aliases # cleanup[1] exceptions # cleanup[1] sre_parse # cleanup[1] sre_compile # cleanup[1] _sre # cleanup[2] copy_reg # cleanup[2] posixpath # cleanup[2] errno # cleanup[2] os.path # cleanup[2] stat # cleanup[2] UserDict # cleanup[2] os # cleanup sys # cleanup __builtin__ # cleanup ints: 7 unfreed ints in 1 out of 95 blocks # cleanup floats