~: /opt/local/bin/python2.5 -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /opt/local/lib/python2.5/site.pyc matches /opt/local/lib/python2.5/site.py import site # precompiled from /opt/local/lib/python2.5/site.pyc # /opt/local/lib/python2.5/os.pyc matches /opt/local/lib/python2.5/os.py import os # precompiled from /opt/local/lib/python2.5/os.pyc import errno # builtin import posix # builtin # /opt/local/lib/python2.5/posixpath.pyc matches /opt/local/lib/python2.5/posixpath.py import posixpath # precompiled from /opt/local/lib/python2.5/posixpath.pyc # /opt/local/lib/python2.5/stat.pyc matches /opt/local/lib/python2.5/stat.py import stat # precompiled from /opt/local/lib/python2.5/stat.pyc # /opt/local/lib/python2.5/UserDict.pyc matches /opt/local/lib/python2.5/UserDict.py import UserDict # precompiled from /opt/local/lib/python2.5/UserDict.pyc # /opt/local/lib/python2.5/copy_reg.pyc matches /opt/local/lib/python2.5/copy_reg.py import copy_reg # precompiled from /opt/local/lib/python2.5/copy_reg.pyc # /opt/local/lib/python2.5/types.pyc matches /opt/local/lib/python2.5/types.py import types # precompiled from /opt/local/lib/python2.5/types.pyc import _types # builtin # /opt/local/lib/python2.5/warnings.pyc matches /opt/local/lib/python2.5/warnings.py import warnings # precompiled from /opt/local/lib/python2.5/warnings.pyc # /opt/local/lib/python2.5/linecache.pyc matches /opt/local/lib/python2.5/linecache.py import linecache # precompiled from /opt/local/lib/python2.5/linecache.pyc import encodings # directory /opt/local/lib/python2.5/encodings # /opt/local/lib/python2.5/encodings/__init__.pyc matches /opt/local/lib/python2.5/encodings/__init__.py import encodings # precompiled from /opt/local/lib/python2.5/encodings/__init__.pyc # /opt/local/lib/python2.5/codecs.pyc matches /opt/local/lib/python2.5/codecs.py import codecs # precompiled from /opt/local/lib/python2.5/codecs.pyc import _codecs # builtin # /opt/local/lib/python2.5/encodings/aliases.pyc matches /opt/local/lib/python2.5/encodings/aliases.py import encodings.aliases # precompiled from /opt/local/lib/python2.5/encodings/aliases.pyc # /opt/local/lib/python2.5/encodings/utf_8.pyc matches /opt/local/lib/python2.5/encodings/utf_8.py import encodings.utf_8 # precompiled from /opt/local/lib/python2.5/encodings/utf_8.pyc Python 2.5.2 (r252:60911, Apr 29 2008, 13:48:06) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information.
On Tue, May 13, 2008 at 10:12 PM, Adam Mercer <[EMAIL PROTECTED]> wrote: > On Tue, May 13, 2008 at 8:36 PM, Morgan Sutherland > <[EMAIL PROTECTED]> wrote: > >> /opt/local/bin: /opt/local/bin/python2.5 >> 'import site' failed; use -v for traceback > > Something is very strange with your python install. > > What is the output if you pass the -v to python on startup? > > Cheers > > Adam > -- Morgan Sutherland _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
