> python2.5 -v /opt/pyload/pyLoadCore.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /opt/lib/python2.5/site.pyc matches /opt/lib/python2.5/site.py
import site # precompiled from /opt/lib/python2.5/site.pyc
# /opt/lib/python2.5/os.pyc matches /opt/lib/python2.5/os.py
import os # precompiled from /opt/lib/python2.5/os.pyc
import errno # builtin
import posix # builtin
# /opt/lib/python2.5/posixpath.pyc matches /opt/lib/python2.5/posixpath.py
import posixpath # precompiled from /opt/lib/python2.5/posixpath.pyc
# /opt/lib/python2.5/stat.pyc matches /opt/lib/python2.5/stat.py
import stat # precompiled from /opt/lib/python2.5/stat.pyc
# /opt/lib/python2.5/UserDict.pyc matches /opt/lib/python2.5/UserDict.py
import UserDict # precompiled from /opt/lib/python2.5/UserDict.pyc
# /opt/lib/python2.5/copy_reg.pyc matches /opt/lib/python2.5/copy_reg.py
import copy_reg # precompiled from /opt/lib/python2.5/copy_reg.pyc
# /opt/lib/python2.5/types.pyc matches /opt/lib/python2.5/types.py
import types # precompiled from /opt/lib/python2.5/types.pyc
import _types # builtin
# /opt/lib/python2.5/warnings.pyc matches /opt/lib/python2.5/warnings.py
import warnings # precompiled from /opt/lib/python2.5/warnings.pyc
# /opt/lib/python2.5/linecache.pyc matches /opt/lib/python2.5/linecache.py
import linecache # precompiled from /opt/lib/python2.5/linecache.pyc
import encodings # directory /opt/lib/python2.5/encodings
# /opt/lib/python2.5/encodings/__init__.pyc matches /opt/lib/python2.5/encodings/__init__.py
import encodings # precompiled from /opt/lib/python2.5/encodings/__init__.pyc
# /opt/lib/python2.5/codecs.pyc matches /opt/lib/python2.5/codecs.py
import codecs # precompiled from /opt/lib/python2.5/codecs.pyc
import _codecs # builtin
# /opt/lib/python2.5/encodings/aliases.pyc matches /opt/lib/python2.5/encodings/aliases.py
import encodings.aliases # precompiled from /opt/lib/python2.5/encodings/aliases.pyc
# /opt/lib/python2.5/encodings/ascii.pyc matches /opt/lib/python2.5/encodings/ascii.py
import encodings.ascii # precompiled from /opt/lib/python2.5/encodings/ascii.pyc
Python 2.5.6 (r256:88840, Feb 17 2012, 21:29:45)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
/opt/pyload/pyLoadCore.py: inconsistent use of tabs and spaces in indentation
# /opt/lib/python2.5/getopt.pyc matches /opt/lib/python2.5/getopt.py
import getopt # precompiled from /opt/lib/python2.5/getopt.pyc
import module # directory /volume1/@optware/pyload/module
# /volume1/@optware/pyload/module/__init__.pyc matches /volume1/@optware/pyload/module/__init__.py
import module # precompiled from /volume1/@optware/pyload/module/__init__.pyc
import module.common # directory /volume1/@optware/pyload/module/common
# /volume1/@optware/pyload/module/common/__init__.pyc matches /volume1/@optware/pyload/module/common/__init__.py
import module.common # precompiled from /volume1/@optware/pyload/module/common/__init__.pyc
# /volume1/@optware/pyload/module/common/pylgettext.pyc matches /volume1/@optware/pyload/module/common/pylgettext.py
import module.common.pylgettext # precompiled from /volume1/@optware/pyload/module/common/pylgettext.pyc
# /opt/lib/python2.5/gettext.pyc matches /opt/lib/python2.5/gettext.py
import gettext # precompiled from /opt/lib/python2.5/gettext.pyc
# /opt/lib/python2.5/locale.pyc matches /opt/lib/python2.5/locale.py
import locale # precompiled from /opt/lib/python2.5/locale.pyc
dlopen("/opt/lib/python2.5/lib-dynload/_locale.so", 2);
import _locale # dynamically loaded from /opt/lib/python2.5/lib-dynload/_locale.so
# /opt/lib/python2.5/re.pyc matches /opt/lib/python2.5/re.py
import re # precompiled from /opt/lib/python2.5/re.pyc
# /opt/lib/python2.5/sre_compile.pyc matches /opt/lib/python2.5/sre_compile.py
import sre_compile # precompiled from /opt/lib/python2.5/sre_compile.pyc
import _sre # builtin
# /opt/lib/python2.5/sre_constants.pyc matches /opt/lib/python2.5/sre_constants.py
import sre_constants # precompiled from /opt/lib/python2.5/sre_constants.pyc
# /opt/lib/python2.5/sre_parse.pyc matches /opt/lib/python2.5/sre_parse.py
import sre_parse # precompiled from /opt/lib/python2.5/sre_parse.pyc
dlopen("/opt/lib/python2.5/lib-dynload/operator.so", 2);
import operator # dynamically loaded from /opt/lib/python2.5/lib-dynload/operator.so
# /opt/lib/python2.5/copy.pyc matches /opt/lib/python2.5/copy.py
import copy # precompiled from /opt/lib/python2.5/copy.pyc
# /opt/lib/python2.5/struct.pyc matches /opt/lib/python2.5/struct.py
import struct # precompiled from /opt/lib/python2.5/struct.pyc
dlopen("/opt/lib/python2.5/lib-dynload/_struct.so", 2);
import _struct # dynamically loaded from /opt/lib/python2.5/lib-dynload/_struct.so
import imp # builtin
import logging # directory /opt/lib/python2.5/logging
# /opt/lib/python2.5/logging/__init__.pyc matches /opt/lib/python2.5/logging/__init__.py
import logging # precompiled from /opt/lib/python2.5/logging/__init__.pyc
dlopen("/opt/lib/python2.5/lib-dynload/time.so", 2);
import time # dynamically loaded from /opt/lib/python2.5/lib-dynload/time.so
# /opt/lib/python2.5/string.pyc matches /opt/lib/python2.5/string.py
import string # precompiled from /opt/lib/python2.5/string.pyc
dlopen("/opt/lib/python2.5/lib-dynload/strop.so", 2);
import strop # dynamically loaded from /opt/lib/python2.5/lib-dynload/strop.so
dlopen("/opt/lib/python2.5/lib-dynload/cStringIO.so", 2);
import cStringIO # dynamically loaded from /opt/lib/python2.5/lib-dynload/cStringIO.so
# /opt/lib/python2.5/traceback.pyc matches /opt/lib/python2.5/traceback.py
import traceback # precompiled from /opt/lib/python2.5/traceback.pyc
import thread # builtin
# /opt/lib/python2.5/threading.pyc matches /opt/lib/python2.5/threading.py
import threading # precompiled from /opt/lib/python2.5/threading.pyc
dlopen("/opt/lib/python2.5/lib-dynload/collections.so", 2);
import collections # dynamically loaded from /opt/lib/python2.5/lib-dynload/collections.so
# /opt/lib/python2.5/atexit.pyc matches /opt/lib/python2.5/atexit.py
import atexit # precompiled from /opt/lib/python2.5/atexit.pyc
# /opt/lib/python2.5/logging/handlers.pyc matches /opt/lib/python2.5/logging/handlers.py
import logging.handlers # precompiled from /opt/lib/python2.5/logging/handlers.pyc
# /opt/lib/python2.5/socket.pyc matches /opt/lib/python2.5/socket.py
import socket # precompiled from /opt/lib/python2.5/socket.pyc
dlopen("/opt/lib/python2.5/lib-dynload/_socket.so", 2);
import _socket # dynamically loaded from /opt/lib/python2.5/lib-dynload/_socket.so
dlopen("/opt/lib/python2.5/lib-dynload/_ssl.so", 2);
Segmentation fault (core dumped)