segfault when importing pylab

Hi all,

I have recently upgraded matplotlib to 0.99 on debian (Lenny) using the
default options with synaptic.

After this upgrade, importing pylab results in a seg. fault

Using "python -v" yields the following messages.

What should i do to improve this ?
Thanks in advance.

J-P J.

···

==========================================

output of python -v
.....

import pylab

# /usr/lib/pymodules/python2.5/pylab.pyc
matches /usr/lib/pymodules/python2.5/pylab.py
import pylab # precompiled from /usr/lib/pymodules/python2.5/pylab.pyc
import matplotlib # directory /usr/lib/pymodules/python2.5/matplotlib
# /usr/lib/pymodules/python2.5/matplotlib/__init__.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/__init__.py
import matplotlib # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/__init__.pyc
# /usr/lib/python2.5/__future__.pyc
matches /usr/lib/python2.5/__future__.py
import __future__ # precompiled from /usr/lib/python2.5/__future__.pyc
# /usr/lib/python2.5/re.pyc matches /usr/lib/python2.5/re.py
import re # precompiled from /usr/lib/python2.5/re.pyc
# /usr/lib/python2.5/sre_compile.pyc
matches /usr/lib/python2.5/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.5/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.5/sre_constants.pyc
matches /usr/lib/python2.5/sre_constants.py
import sre_constants # precompiled
from /usr/lib/python2.5/sre_constants.pyc
# /usr/lib/python2.5/sre_parse.pyc
matches /usr/lib/python2.5/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.5/sre_parse.pyc
# /usr/lib/python2.5/shutil.pyc matches /usr/lib/python2.5/shutil.py
import shutil # precompiled from /usr/lib/python2.5/shutil.pyc
# /usr/lib/python2.5/subprocess.pyc
matches /usr/lib/python2.5/subprocess.py
import subprocess # precompiled from /usr/lib/python2.5/subprocess.pyc
# /usr/lib/python2.5/traceback.pyc
matches /usr/lib/python2.5/traceback.py
import traceback # precompiled from /usr/lib/python2.5/traceback.pyc
import gc # builtin
dlopen("/usr/lib/python2.5/lib-dynload/time.so", 2);
import time # dynamically loaded
from /usr/lib/python2.5/lib-dynload/time.so
dlopen("/usr/lib/python2.5/lib-dynload/select.so", 2);
import select # dynamically loaded
from /usr/lib/python2.5/lib-dynload/select.so
dlopen("/usr/lib/python2.5/lib-dynload/fcntl.so", 2);
import fcntl # dynamically loaded
from /usr/lib/python2.5/lib-dynload/fcntl.so
# /usr/lib/python2.5/pickle.pyc matches /usr/lib/python2.5/pickle.py
import pickle # precompiled from /usr/lib/python2.5/pickle.pyc
import marshal # builtin
# /usr/lib/python2.5/struct.pyc matches /usr/lib/python2.5/struct.py
import struct # precompiled from /usr/lib/python2.5/struct.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_struct.so", 2);
import _struct # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_struct.so
dlopen("/usr/lib/python2.5/lib-dynload/binascii.so", 2);
import binascii # dynamically loaded
from /usr/lib/python2.5/lib-dynload/binascii.so
dlopen("/usr/lib/python2.5/lib-dynload/cStringIO.so", 2);
import cStringIO # dynamically loaded
from /usr/lib/python2.5/lib-dynload/cStringIO.so
import distutils # directory /usr/lib/python2.5/distutils
# /usr/lib/python2.5/distutils/__init__.pyc
matches /usr/lib/python2.5/distutils/__init__.py
import distutils # precompiled
from /usr/lib/python2.5/distutils/__init__.pyc
# /usr/lib/python2.5/distutils/sysconfig.pyc
matches /usr/lib/python2.5/distutils/sysconfig.py
import distutils.sysconfig # precompiled
from /usr/lib/python2.5/distutils/sysconfig.pyc
# /usr/lib/python2.5/string.pyc matches /usr/lib/python2.5/string.py
import string # precompiled from /usr/lib/python2.5/string.pyc
dlopen("/usr/lib/python2.5/lib-dynload/strop.so", 2);
import strop # dynamically loaded
from /usr/lib/python2.5/lib-dynload/strop.so
# /usr/lib/python2.5/distutils/errors.pyc
matches /usr/lib/python2.5/distutils/errors.py
import distutils.errors # precompiled
from /usr/lib/python2.5/distutils/errors.pyc
# /usr/lib/python2.5/distutils/version.pyc
matches /usr/lib/python2.5/distutils/version.py
import distutils.version # precompiled
from /usr/lib/python2.5/distutils/version.pyc
# /usr/lib/python2.5/tempfile.pyc matches /usr/lib/python2.5/tempfile.py
import tempfile # precompiled from /usr/lib/python2.5/tempfile.pyc
# /usr/lib/python2.5/random.pyc matches /usr/lib/python2.5/random.py
import random # precompiled from /usr/lib/python2.5/random.pyc
dlopen("/usr/lib/python2.5/lib-dynload/math.so", 2);
import math # dynamically loaded
from /usr/lib/python2.5/lib-dynload/math.so
dlopen("/usr/lib/python2.5/lib-dynload/_random.so", 2);
import _random # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_random.so
import thread # builtin
# /usr/lib/pymodules/python2.5/matplotlib/rcsetup.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/rcsetup.py
import matplotlib.rcsetup # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/rcsetup.pyc
# /usr/lib/pymodules/python2.5/matplotlib/fontconfig_pattern.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/fontconfig_pattern.py
import matplotlib.fontconfig_pattern # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/fontconfig_pattern.pyc
# /usr/lib/pymodules/python2.5/matplotlib/pyparsing.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/pyparsing.py
import matplotlib.pyparsing # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/pyparsing.pyc
# /usr/lib/python2.5/weakref.pyc matches /usr/lib/python2.5/weakref.py
import weakref # precompiled from /usr/lib/python2.5/weakref.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_weakref.so", 2);
import _weakref # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_weakref.so
# /usr/lib/python2.5/copy.pyc matches /usr/lib/python2.5/copy.py
import copy # precompiled from /usr/lib/python2.5/copy.pyc
import xml # directory /usr/lib/python2.5/xml
# /usr/lib/python2.5/xml/__init__.pyc
matches /usr/lib/python2.5/xml/__init__.py
import xml # precompiled from /usr/lib/python2.5/xml/__init__.pyc
import xml.sax # directory /usr/lib/python2.5/xml/sax
# /usr/lib/python2.5/xml/sax/__init__.pyc
matches /usr/lib/python2.5/xml/sax/__init__.py
import xml.sax # precompiled
from /usr/lib/python2.5/xml/sax/__init__.pyc
# /usr/lib/python2.5/xml/sax/xmlreader.pyc
matches /usr/lib/python2.5/xml/sax/xmlreader.py
import xml.sax.xmlreader # precompiled
from /usr/lib/python2.5/xml/sax/xmlreader.pyc
# /usr/lib/python2.5/xml/sax/handler.pyc
matches /usr/lib/python2.5/xml/sax/handler.py
import xml.sax.handler # precompiled
from /usr/lib/python2.5/xml/sax/handler.pyc
# /usr/lib/python2.5/xml/sax/_exceptions.pyc
matches /usr/lib/python2.5/xml/sax/_exceptions.py
import xml.sax._exceptions # precompiled
from /usr/lib/python2.5/xml/sax/_exceptions.pyc
# /usr/lib/python2.5/xml/sax/saxutils.pyc
matches /usr/lib/python2.5/xml/sax/saxutils.py
import xml.sax.saxutils # precompiled
from /usr/lib/python2.5/xml/sax/saxutils.pyc
# /usr/lib/python2.5/urlparse.pyc matches /usr/lib/python2.5/urlparse.py
import urlparse # precompiled from /usr/lib/python2.5/urlparse.pyc
# /usr/lib/python2.5/urllib.pyc matches /usr/lib/python2.5/urllib.py
import urllib # precompiled from /usr/lib/python2.5/urllib.pyc
# /usr/lib/python2.5/socket.pyc matches /usr/lib/python2.5/socket.py
import socket # precompiled from /usr/lib/python2.5/socket.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_socket.so", 2);
import _socket # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_socket.so
dlopen("/usr/lib/python2.5/lib-dynload/_ssl.so", 2);
import _ssl # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_ssl.so
# /usr/lib/pymodules/python2.5/matplotlib/colors.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/colors.py
import matplotlib.colors # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/colors.pyc
import numpy # directory /usr/lib/python2.5/site-packages/numpy
# /usr/lib/python2.5/site-packages/numpy/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/__init__.py
import numpy # precompiled
from /usr/lib/python2.5/site-packages/numpy/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/__config__.pyc
matches /usr/lib/python2.5/site-packages/numpy/__config__.py
import numpy.__config__ # precompiled
from /usr/lib/python2.5/site-packages/numpy/__config__.pyc
# /usr/lib/python2.5/site-packages/numpy/version.pyc
matches /usr/lib/python2.5/site-packages/numpy/version.py
import numpy.version # precompiled
from /usr/lib/python2.5/site-packages/numpy/version.pyc
# /usr/lib/python2.5/site-packages/numpy/_import_tools.pyc
matches /usr/lib/python2.5/site-packages/numpy/_import_tools.py
import numpy._import_tools # precompiled
from /usr/lib/python2.5/site-packages/numpy/_import_tools.pyc
# /usr/lib/python2.5/glob.pyc matches /usr/lib/python2.5/glob.py
import glob # precompiled from /usr/lib/python2.5/glob.pyc
# /usr/lib/python2.5/fnmatch.pyc matches /usr/lib/python2.5/fnmatch.py
import fnmatch # precompiled from /usr/lib/python2.5/fnmatch.pyc
# /usr/lib/python2.5/site-packages/numpy/add_newdocs.pyc
matches /usr/lib/python2.5/site-packages/numpy/add_newdocs.py
import numpy.add_newdocs # precompiled
from /usr/lib/python2.5/site-packages/numpy/add_newdocs.pyc
import numpy.lib # directory /usr/lib/python2.5/site-packages/numpy/lib
# /usr/lib/python2.5/site-packages/numpy/lib/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/__init__.py
import numpy.lib # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/info.py
import numpy.lib.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/info.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/type_check.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/type_check.py
import numpy.lib.type_check # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/type_check.pyc
import numpy.core #
directory /usr/lib/python2.5/site-packages/numpy/core
# /usr/lib/python2.5/site-packages/numpy/core/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/__init__.py
import numpy.core # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/core/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/info.py
import numpy.core.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/info.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/core/multiarray.so", 2);
import numpy.core.multiarray # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/core/multiarray.so
dlopen("/usr/lib/python2.5/site-packages/numpy/core/umath.so", 2);
import numpy.core.umath # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/core/umath.so
# /usr/lib/python2.5/site-packages/numpy/core/_internal.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/_internal.py
import numpy.core._internal # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/_internal.pyc
# /usr/lib/python2.5/site-packages/numpy/core/numerictypes.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/numerictypes.py
import numpy.core.numerictypes # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/numerictypes.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/core/_sort.so", 2);
import numpy.core._sort # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/core/_sort.so
# /usr/lib/python2.5/site-packages/numpy/core/numeric.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/numeric.py
import numpy.core.numeric # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/numeric.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/core/_dotblas.so", 2);
import numpy.core._dotblas # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/core/_dotblas.so
# /usr/lib/python2.5/site-packages/numpy/core/arrayprint.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/arrayprint.py
import numpy.core.arrayprint # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/arrayprint.pyc
# /usr/lib/python2.5/site-packages/numpy/core/fromnumeric.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/fromnumeric.py
import numpy.core.fromnumeric # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/fromnumeric.pyc
dlopen("/usr/lib/python2.5/lib-dynload/cPickle.so", 2);
import cPickle # dynamically loaded
from /usr/lib/python2.5/lib-dynload/cPickle.so
# /usr/lib/python2.5/site-packages/numpy/core/defmatrix.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/defmatrix.py
import numpy.core.defmatrix # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/defmatrix.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/utils.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/utils.py
import numpy.lib.utils # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/utils.pyc
import compiler # directory /usr/lib/python2.5/compiler
# /usr/lib/python2.5/compiler/__init__.pyc
matches /usr/lib/python2.5/compiler/__init__.py
import compiler # precompiled
from /usr/lib/python2.5/compiler/__init__.pyc
# /usr/lib/python2.5/compiler/transformer.pyc
matches /usr/lib/python2.5/compiler/transformer.py
import compiler.transformer # precompiled
from /usr/lib/python2.5/compiler/transformer.pyc
# /usr/lib/python2.5/compiler/ast.pyc
matches /usr/lib/python2.5/compiler/ast.py
import compiler.ast # precompiled
from /usr/lib/python2.5/compiler/ast.pyc
# /usr/lib/python2.5/compiler/consts.pyc
matches /usr/lib/python2.5/compiler/consts.py
import compiler.consts # precompiled
from /usr/lib/python2.5/compiler/consts.pyc
dlopen("/usr/lib/python2.5/lib-dynload/parser.so", 2);
import parser # dynamically loaded
from /usr/lib/python2.5/lib-dynload/parser.so
# /usr/lib/python2.5/symbol.pyc matches /usr/lib/python2.5/symbol.py
import symbol # precompiled from /usr/lib/python2.5/symbol.pyc
# /usr/lib/python2.5/token.pyc matches /usr/lib/python2.5/token.py
import token # precompiled from /usr/lib/python2.5/token.pyc
# /usr/lib/python2.5/compiler/visitor.pyc
matches /usr/lib/python2.5/compiler/visitor.py
import compiler.visitor # precompiled
from /usr/lib/python2.5/compiler/visitor.pyc
# /usr/lib/python2.5/compiler/pycodegen.pyc
matches /usr/lib/python2.5/compiler/pycodegen.py
import compiler.pycodegen # precompiled
from /usr/lib/python2.5/compiler/pycodegen.pyc
# /usr/lib/python2.5/compiler/syntax.pyc
matches /usr/lib/python2.5/compiler/syntax.py
import compiler.syntax # precompiled
from /usr/lib/python2.5/compiler/syntax.pyc
# /usr/lib/python2.5/compiler/pyassem.pyc
matches /usr/lib/python2.5/compiler/pyassem.py
import compiler.pyassem # precompiled
from /usr/lib/python2.5/compiler/pyassem.pyc
# /usr/lib/python2.5/dis.pyc matches /usr/lib/python2.5/dis.py
import dis # precompiled from /usr/lib/python2.5/dis.pyc
# /usr/lib/python2.5/opcode.pyc matches /usr/lib/python2.5/opcode.py
import opcode # precompiled from /usr/lib/python2.5/opcode.pyc
# /usr/lib/python2.5/compiler/misc.pyc
matches /usr/lib/python2.5/compiler/misc.py
import compiler.misc # precompiled
from /usr/lib/python2.5/compiler/misc.pyc
# /usr/lib/python2.5/compiler/future.pyc
matches /usr/lib/python2.5/compiler/future.py
import compiler.future # precompiled
from /usr/lib/python2.5/compiler/future.pyc
# /usr/lib/python2.5/compiler/symbols.pyc
matches /usr/lib/python2.5/compiler/symbols.py
import compiler.symbols # precompiled
from /usr/lib/python2.5/compiler/symbols.pyc
# /usr/lib/python2.5/inspect.pyc matches /usr/lib/python2.5/inspect.py
import inspect # precompiled from /usr/lib/python2.5/inspect.pyc
# /usr/lib/python2.5/tokenize.pyc matches /usr/lib/python2.5/tokenize.py
import tokenize # precompiled from /usr/lib/python2.5/tokenize.pyc
dlopen("/usr/lib/python2.5/lib-dynload/operator.so", 2);
import operator # dynamically loaded
from /usr/lib/python2.5/lib-dynload/operator.so
# /usr/lib/python2.5/pkgutil.pyc matches /usr/lib/python2.5/pkgutil.py
import pkgutil # precompiled from /usr/lib/python2.5/pkgutil.pyc
# /usr/lib/python2.5/pydoc.pyc matches /usr/lib/python2.5/pydoc.py
import pydoc # precompiled from /usr/lib/python2.5/pydoc.pyc
# /usr/lib/python2.5/repr.pyc matches /usr/lib/python2.5/repr.py
import repr # precompiled from /usr/lib/python2.5/repr.pyc
dlopen("/usr/lib/python2.5/lib-dynload/itertools.so", 2);
import itertools # dynamically loaded
from /usr/lib/python2.5/lib-dynload/itertools.so
dlopen("/usr/lib/python2.5/lib-dynload/collections.so", 2);
import collections # dynamically loaded
from /usr/lib/python2.5/lib-dynload/collections.so
# /usr/lib/python2.5/site-packages/numpy/core/defchararray.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/defchararray.py
import numpy.core.defchararray # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/defchararray.pyc
# /usr/lib/python2.5/site-packages/numpy/core/records.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/records.py
import numpy.core.records # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/records.pyc
# /usr/lib/python2.5/site-packages/numpy/core/memmap.pyc
matches /usr/lib/python2.5/site-packages/numpy/core/memmap.py
import numpy.core.memmap # precompiled
from /usr/lib/python2.5/site-packages/numpy/core/memmap.pyc
dlopen("/usr/lib/python2.5/lib-dynload/mmap.so", 2);
import mmap # dynamically loaded
from /usr/lib/python2.5/lib-dynload/mmap.so
dlopen("/usr/lib/python2.5/site-packages/numpy/core/scalarmath.so", 2);
import numpy.core.scalarmath # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/core/scalarmath.so
# /usr/lib/python2.5/site-packages/numpy/lib/ufunclike.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/ufunclike.py
import numpy.lib.ufunclike # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/ufunclike.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/index_tricks.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/index_tricks.py
import numpy.lib.index_tricks # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/index_tricks.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/function_base.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/function_base.py
import numpy.lib.function_base # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/function_base.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/shape_base.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/shape_base.py
import numpy.lib.shape_base # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/shape_base.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/twodim_base.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/twodim_base.py
import numpy.lib.twodim_base # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/twodim_base.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/lib/_compiled_base.so",
2);
import numpy.lib._compiled_base # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/lib/_compiled_base.so
# /usr/lib/python2.5/site-packages/numpy/lib/arraysetops.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/arraysetops.py
import numpy.lib.arraysetops # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/arraysetops.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/scimath.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/scimath.py
import numpy.lib.scimath # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/scimath.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/polynomial.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/polynomial.py
import numpy.lib.polynomial # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/polynomial.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/getlimits.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/getlimits.py
import numpy.lib.getlimits # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/getlimits.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/machar.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/machar.py
import numpy.lib.machar # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/machar.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/io.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/io.py
import numpy.lib.io # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/io.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/format.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/format.py
import numpy.lib.format # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/format.pyc
# /usr/lib/python2.5/pprint.pyc matches /usr/lib/python2.5/pprint.py
import pprint # precompiled from /usr/lib/python2.5/pprint.pyc
# /usr/lib/python2.5/site-packages/numpy/lib/_datasource.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/_datasource.py
import numpy.lib._datasource # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/_datasource.pyc
# /usr/lib/python2.5/urllib2.pyc matches /usr/lib/python2.5/urllib2.py
import urllib2 # precompiled from /usr/lib/python2.5/urllib2.pyc
# /usr/lib/python2.5/base64.pyc matches /usr/lib/python2.5/base64.py
import base64 # precompiled from /usr/lib/python2.5/base64.pyc
# /usr/lib/python2.5/hashlib.pyc matches /usr/lib/python2.5/hashlib.py
import hashlib # precompiled from /usr/lib/python2.5/hashlib.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_hashlib.so", 2);
import _hashlib # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_hashlib.so
# /usr/lib/python2.5/httplib.pyc matches /usr/lib/python2.5/httplib.py
import httplib # precompiled from /usr/lib/python2.5/httplib.pyc
# /usr/lib/python2.5/mimetools.pyc
matches /usr/lib/python2.5/mimetools.py
import mimetools # precompiled from /usr/lib/python2.5/mimetools.pyc
# /usr/lib/python2.5/rfc822.pyc matches /usr/lib/python2.5/rfc822.py
import rfc822 # precompiled from /usr/lib/python2.5/rfc822.pyc
# /usr/lib/python2.5/bisect.pyc matches /usr/lib/python2.5/bisect.py
import bisect # precompiled from /usr/lib/python2.5/bisect.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_bisect.so", 2);
import _bisect # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_bisect.so
dlopen("/usr/lib/python2.5/lib-dynload/bz2.so", 2);
import bz2 # dynamically loaded
from /usr/lib/python2.5/lib-dynload/bz2.so
# /usr/lib/python2.5/gzip.pyc matches /usr/lib/python2.5/gzip.py
import gzip # precompiled from /usr/lib/python2.5/gzip.pyc
dlopen("/usr/lib/python2.5/lib-dynload/zlib.so", 2);
import zlib # dynamically loaded
from /usr/lib/python2.5/lib-dynload/zlib.so
# /usr/lib/python2.5/site-packages/numpy/lib/financial.pyc
matches /usr/lib/python2.5/site-packages/numpy/lib/financial.py
import numpy.lib.financial # precompiled
from /usr/lib/python2.5/site-packages/numpy/lib/financial.pyc
import numpy.testing #
directory /usr/lib/python2.5/site-packages/numpy/testing
# /usr/lib/python2.5/site-packages/numpy/testing/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/testing/__init__.py
import numpy.testing # precompiled
from /usr/lib/python2.5/site-packages/numpy/testing/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/testing/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/testing/info.py
import numpy.testing.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/testing/info.pyc
# /usr/lib/python2.5/site-packages/numpy/testing/numpytest.pyc
matches /usr/lib/python2.5/site-packages/numpy/testing/numpytest.py
import numpy.testing.numpytest # precompiled
from /usr/lib/python2.5/site-packages/numpy/testing/numpytest.pyc
# /usr/lib/python2.5/shlex.pyc matches /usr/lib/python2.5/shlex.py
import shlex # precompiled from /usr/lib/python2.5/shlex.pyc
# /usr/lib/python2.5/unittest.pyc matches /usr/lib/python2.5/unittest.py
import unittest # precompiled from /usr/lib/python2.5/unittest.pyc
# /usr/lib/python2.5/site-packages/numpy/testing/utils.pyc
matches /usr/lib/python2.5/site-packages/numpy/testing/utils.py
import numpy.testing.utils # precompiled
from /usr/lib/python2.5/site-packages/numpy/testing/utils.pyc
# /usr/lib/python2.5/difflib.pyc matches /usr/lib/python2.5/difflib.py
import difflib # precompiled from /usr/lib/python2.5/difflib.pyc
# /usr/lib/python2.5/heapq.pyc matches /usr/lib/python2.5/heapq.py
import heapq # precompiled from /usr/lib/python2.5/heapq.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_heapq.so
# /usr/lib/python2.5/site-packages/numpy/testing/parametric.pyc
matches /usr/lib/python2.5/site-packages/numpy/testing/parametric.py
import numpy.testing.parametric # precompiled
from /usr/lib/python2.5/site-packages/numpy/testing/parametric.pyc
import numpy.linalg #
directory /usr/lib/python2.5/site-packages/numpy/linalg
# /usr/lib/python2.5/site-packages/numpy/linalg/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/linalg/__init__.py
import numpy.linalg # precompiled
from /usr/lib/python2.5/site-packages/numpy/linalg/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/linalg/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/linalg/info.py
import numpy.linalg.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/linalg/info.pyc
# /usr/lib/python2.5/site-packages/numpy/linalg/linalg.pyc
matches /usr/lib/python2.5/site-packages/numpy/linalg/linalg.py
import numpy.linalg.linalg # precompiled
from /usr/lib/python2.5/site-packages/numpy/linalg/linalg.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so",
2);
import numpy.linalg.lapack_lite # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so
import numpy.fft # directory /usr/lib/python2.5/site-packages/numpy/fft
# /usr/lib/python2.5/site-packages/numpy/fft/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/fft/__init__.py
import numpy.fft # precompiled
from /usr/lib/python2.5/site-packages/numpy/fft/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/fft/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/fft/info.py
import numpy.fft.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/fft/info.pyc
# /usr/lib/python2.5/site-packages/numpy/fft/fftpack.pyc
matches /usr/lib/python2.5/site-packages/numpy/fft/fftpack.py
import numpy.fft.fftpack # precompiled
from /usr/lib/python2.5/site-packages/numpy/fft/fftpack.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/fft/fftpack_lite.so", 2);
import numpy.fft.fftpack_lite # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/fft/fftpack_lite.so
# /usr/lib/python2.5/site-packages/numpy/fft/helper.pyc
matches /usr/lib/python2.5/site-packages/numpy/fft/helper.py
import numpy.fft.helper # precompiled
from /usr/lib/python2.5/site-packages/numpy/fft/helper.pyc
import numpy.random #
directory /usr/lib/python2.5/site-packages/numpy/random
# /usr/lib/python2.5/site-packages/numpy/random/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/random/__init__.py
import numpy.random # precompiled
from /usr/lib/python2.5/site-packages/numpy/random/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/random/info.pyc
matches /usr/lib/python2.5/site-packages/numpy/random/info.py
import numpy.random.info # precompiled
from /usr/lib/python2.5/site-packages/numpy/random/info.pyc
dlopen("/usr/lib/python2.5/site-packages/numpy/random/mtrand.so", 2);
import numpy.random.mtrand # dynamically loaded
from /usr/lib/python2.5/site-packages/numpy/random/mtrand.so
# /usr/lib/python2.5/site-packages/numpy/ctypeslib.pyc
matches /usr/lib/python2.5/site-packages/numpy/ctypeslib.py
import numpy.ctypeslib # precompiled
from /usr/lib/python2.5/site-packages/numpy/ctypeslib.pyc
import ctypes # directory /usr/lib/python2.5/ctypes
# /usr/lib/python2.5/ctypes/__init__.pyc
matches /usr/lib/python2.5/ctypes/__init__.py
import ctypes # precompiled from /usr/lib/python2.5/ctypes/__init__.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_ctypes.so", 2);
import _ctypes # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_ctypes.so
# /usr/lib/python2.5/ctypes/_endian.pyc
matches /usr/lib/python2.5/ctypes/_endian.py
import ctypes._endian # precompiled
from /usr/lib/python2.5/ctypes/_endian.pyc
import numpy.ma # directory /usr/lib/python2.5/site-packages/numpy/ma
# /usr/lib/python2.5/site-packages/numpy/ma/__init__.pyc
matches /usr/lib/python2.5/site-packages/numpy/ma/__init__.py
import numpy.ma # precompiled
from /usr/lib/python2.5/site-packages/numpy/ma/__init__.pyc
# /usr/lib/python2.5/site-packages/numpy/ma/core.pyc
matches /usr/lib/python2.5/site-packages/numpy/ma/core.py
import numpy.ma.core # precompiled
from /usr/lib/python2.5/site-packages/numpy/ma/core.pyc
# /usr/lib/python2.5/site-packages/numpy/ma/extras.pyc
matches /usr/lib/python2.5/site-packages/numpy/ma/extras.py
import numpy.ma.extras # precompiled
from /usr/lib/python2.5/site-packages/numpy/ma/extras.pyc
# /usr/lib/pymodules/python2.5/matplotlib/cbook.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/cbook.py
import matplotlib.cbook # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/cbook.pyc
# /usr/lib/python2.5/StringIO.pyc matches /usr/lib/python2.5/StringIO.py
import StringIO # precompiled from /usr/lib/python2.5/StringIO.pyc
# /usr/lib/python2.5/locale.pyc matches /usr/lib/python2.5/locale.py
import locale # precompiled from /usr/lib/python2.5/locale.pyc
dlopen("/usr/lib/python2.5/lib-dynload/_locale.so", 2);
import _locale # dynamically loaded
from /usr/lib/python2.5/lib-dynload/_locale.so
# /usr/lib/python2.5/threading.pyc
matches /usr/lib/python2.5/threading.py
import threading # precompiled from /usr/lib/python2.5/threading.pyc
dlopen("/usr/lib/python2.5/lib-dynload/datetime.so", 2);
import datetime # dynamically loaded
from /usr/lib/python2.5/lib-dynload/datetime.so
# /usr/lib/pymodules/python2.5/matplotlib/pylab.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/pylab.py
import matplotlib.pylab # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/pylab.pyc
# /usr/lib/pymodules/python2.5/matplotlib/mpl.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/mpl.py
import matplotlib.mpl # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/mpl.pyc
# /usr/lib/pymodules/python2.5/matplotlib/artist.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/artist.py
import matplotlib.artist # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/artist.pyc
# /usr/lib/pymodules/python2.5/matplotlib/transforms.pyc
matches /usr/lib/pymodules/python2.5/matplotlib/transforms.py
import matplotlib.transforms # precompiled
from /usr/lib/pymodules/python2.5/matplotlib/transforms.pyc
dlopen("/usr/lib/pymodules/python2.5/matplotlib/_path.so", 2);
Erreur de segmentation
jp@...2902...:~$