numpy, scipy and mpi4py import correctly. I don’t have any issue with them.
Log (1/2)
javi@Javi-TPX1:~/Work$ python3 -v -c “from fenics import *”
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import ‘_warnings’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘_thread’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘_weakref’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘_frozen_importlib_external’ # <class ‘_frozen_importlib.FrozenImporter’>
import ‘_io’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘marshal’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘posix’ # <class ‘_frozen_importlib.BuiltinImporter’>
import _thread # previously loaded (’_thread’)
import ‘_thread’ # <class ‘_frozen_importlib.BuiltinImporter’>
import _weakref # previously loaded (’_weakref’)
import ‘_weakref’ # <class ‘_frozen_importlib.BuiltinImporter’>
installing zipimport hook
import ‘zipimport’ # <class ‘_frozen_importlib.BuiltinImporter’>
installed zipimport hook
/usr/lib/python3.6/encodings/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/encodings/init.py
code object from ‘/usr/lib/python3.6/encodings/pycache/init.cpython-36.pyc’
/usr/lib/python3.6/pycache/codecs.cpython-36.pyc matches /usr/lib/python3.6/codecs.py
code object from ‘/usr/lib/python3.6/pycache/codecs.cpython-36.pyc’
import ‘_codecs’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘codecs’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35296588>
/usr/lib/python3.6/encodings/pycache/aliases.cpython-36.pyc matches /usr/lib/python3.6/encodings/aliases.py
code object from ‘/usr/lib/python3.6/encodings/pycache/aliases.cpython-36.pyc’
import ‘encodings.aliases’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352a6f28>
import ‘encodings’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352960f0>
/usr/lib/python3.6/encodings/pycache/utf_8.cpython-36.pyc matches /usr/lib/python3.6/encodings/utf_8.py
code object from ‘/usr/lib/python3.6/encodings/pycache/utf_8.cpython-36.pyc’
import ‘encodings.utf_8’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352b5d30>
import ‘_signal’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/encodings/pycache/latin_1.cpython-36.pyc matches /usr/lib/python3.6/encodings/latin_1.py
code object from ‘/usr/lib/python3.6/encodings/pycache/latin_1.cpython-36.pyc’
import ‘encodings.latin_1’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352bc860>
/usr/lib/python3.6/pycache/io.cpython-36.pyc matches /usr/lib/python3.6/io.py
code object from ‘/usr/lib/python3.6/pycache/io.cpython-36.pyc’
/usr/lib/python3.6/pycache/abc.cpython-36.pyc matches /usr/lib/python3.6/abc.py
code object from ‘/usr/lib/python3.6/pycache/abc.cpython-36.pyc’
/usr/lib/python3.6/pycache/_weakrefset.cpython-36.pyc matches /usr/lib/python3.6/_weakrefset.py
code object from ‘/usr/lib/python3.6/pycache/_weakrefset.cpython-36.pyc’
import ‘_weakrefset’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352c07f0>
import ‘abc’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352bce48>
import ‘io’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352bca90>
/usr/lib/python3.6/pycache/site.cpython-36.pyc matches /usr/lib/python3.6/site.py
code object from ‘/usr/lib/python3.6/pycache/site.cpython-36.pyc’
/usr/lib/python3.6/pycache/os.cpython-36.pyc matches /usr/lib/python3.6/os.py
code object from ‘/usr/lib/python3.6/pycache/os.cpython-36.pyc’
import ‘errno’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/stat.cpython-36.pyc matches /usr/lib/python3.6/stat.py
code object from ‘/usr/lib/python3.6/pycache/stat.cpython-36.pyc’
import ‘_stat’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘stat’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35263ba8>
/usr/lib/python3.6/pycache/posixpath.cpython-36.pyc matches /usr/lib/python3.6/posixpath.py
code object from ‘/usr/lib/python3.6/pycache/posixpath.cpython-36.pyc’
/usr/lib/python3.6/pycache/genericpath.cpython-36.pyc matches /usr/lib/python3.6/genericpath.py
code object from ‘/usr/lib/python3.6/pycache/genericpath.cpython-36.pyc’
import ‘genericpath’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3526e5c0>
import ‘posixpath’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352682b0>
/usr/lib/python3.6/pycache/_collections_abc.cpython-36.pyc matches /usr/lib/python3.6/_collections_abc.py
code object from ‘/usr/lib/python3.6/pycache/_collections_abc.cpython-36.pyc’
import ‘_collections_abc’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3526ec18>
import ‘os’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352574e0>
/usr/lib/python3.6/pycache/_sitebuiltins.cpython-36.pyc matches /usr/lib/python3.6/_sitebuiltins.py
code object from ‘/usr/lib/python3.6/pycache/_sitebuiltins.cpython-36.pyc’
import ‘_sitebuiltins’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352578d0>
/usr/lib/python3.6/pycache/sysconfig.cpython-36.pyc matches /usr/lib/python3.6/sysconfig.py
code object from ‘/usr/lib/python3.6/pycache/sysconfig.cpython-36.pyc’
import ‘sysconfig’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352100b8>
/usr/lib/python3.6/pycache/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py
code object from ‘/usr/lib/python3.6/pycache/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc’
import ‘_sysconfigdata_m_linux_x86_64-linux-gnu’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35214978>
/usr/lib/python3.6/pycache/_bootlocale.cpython-36.pyc matches /usr/lib/python3.6/_bootlocale.py
code object from ‘/usr/lib/python3.6/pycache/_bootlocale.cpython-36.pyc’
import ‘_locale’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘_bootlocale’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35222940>
/usr/lib/python3.6/pycache/types.cpython-36.pyc matches /usr/lib/python3.6/types.py
code object from ‘/usr/lib/python3.6/pycache/types.cpython-36.pyc’
/usr/lib/python3.6/pycache/functools.cpython-36.pyc matches /usr/lib/python3.6/functools.py
code object from ‘/usr/lib/python3.6/pycache/functools.cpython-36.pyc’
import ‘_functools’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/collections/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/collections/init.py
code object from ‘/usr/lib/python3.6/collections/pycache/init.cpython-36.pyc’
/usr/lib/python3.6/pycache/operator.cpython-36.pyc matches /usr/lib/python3.6/operator.py
code object from ‘/usr/lib/python3.6/pycache/operator.cpython-36.pyc’
import ‘_operator’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘operator’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335ad7b8>
/usr/lib/python3.6/pycache/keyword.cpython-36.pyc matches /usr/lib/python3.6/keyword.py
code object from ‘/usr/lib/python3.6/pycache/keyword.cpython-36.pyc’
import ‘keyword’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335b5a20>
/usr/lib/python3.6/pycache/heapq.cpython-36.pyc matches /usr/lib/python3.6/heapq.py
code object from ‘/usr/lib/python3.6/pycache/heapq.cpython-36.pyc’
import ‘_heapq’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘heapq’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335b9278>
import ‘itertools’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/reprlib.cpython-36.pyc matches /usr/lib/python3.6/reprlib.py
code object from ‘/usr/lib/python3.6/pycache/reprlib.cpython-36.pyc’
import ‘reprlib’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335b0f28>
import ‘_collections’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘collections’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33587e80>
/usr/lib/python3.6/pycache/weakref.cpython-36.pyc matches /usr/lib/python3.6/weakref.py
code object from ‘/usr/lib/python3.6/pycache/weakref.cpython-36.pyc’
import ‘weakref’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335902b0>
import ‘functools’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3522e710>
/usr/lib/python3.6/collections/pycache/abc.cpython-36.pyc matches /usr/lib/python3.6/collections/abc.py
code object from ‘/usr/lib/python3.6/collections/pycache/abc.cpython-36.pyc’
import ‘collections.abc’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335803c8>
import ‘types’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35229a58>
/usr/lib/python3.6/importlib/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/importlib/init.py
code object from ‘/usr/lib/python3.6/importlib/pycache/init.cpython-36.pyc’
/usr/lib/python3.6/pycache/warnings.cpython-36.pyc matches /usr/lib/python3.6/warnings.py
code object from ‘/usr/lib/python3.6/pycache/warnings.cpython-36.pyc’
import ‘warnings’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335805f8>
import ‘importlib’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35229c88>
/usr/lib/python3.6/importlib/pycache/util.cpython-36.pyc matches /usr/lib/python3.6/importlib/util.py
code object from ‘/usr/lib/python3.6/importlib/pycache/util.cpython-36.pyc’
/usr/lib/python3.6/importlib/pycache/abc.cpython-36.pyc matches /usr/lib/python3.6/importlib/abc.py
code object from ‘/usr/lib/python3.6/importlib/pycache/abc.cpython-36.pyc’
/usr/lib/python3.6/importlib/pycache/machinery.cpython-36.pyc matches /usr/lib/python3.6/importlib/machinery.py
code object from ‘/usr/lib/python3.6/importlib/pycache/machinery.cpython-36.pyc’
import ‘importlib.machinery’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33567ba8>
import ‘importlib.abc’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335674e0>
/usr/lib/python3.6/pycache/contextlib.cpython-36.pyc matches /usr/lib/python3.6/contextlib.py
code object from ‘/usr/lib/python3.6/pycache/contextlib.cpython-36.pyc’
import ‘contextlib’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335755f8>
import ‘importlib.util’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33559e10>
/usr/lib/python3.6/pycache/sitecustomize.cpython-36.pyc matches /usr/lib/python3.6/sitecustomize.py
code object from ‘/usr/lib/python3.6/pycache/sitecustomize.cpython-36.pyc’
/usr/lib/python3/dist-packages/pycache/apport_python_hook.cpython-36.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py
code object from ‘/usr/lib/python3/dist-packages/pycache/apport_python_hook.cpython-36.pyc’
import ‘apport_python_hook’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3350afd0>
import ‘sitecustomize’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b35229860>
import ‘site’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b352d3160>
Python 3.6.8 (default, Oct 7 2019, 12:59:55)
[GCC 8.3.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
/usr/lib/python3/dist-packages/fenics/pycache/init.cpython-36.pyc matches /usr/lib/python3/dist-packages/fenics/init.py
code object from ‘/usr/lib/python3/dist-packages/fenics/pycache/init.cpython-36.pyc’
possible namespace for /home/javi/Work/dolfin
/usr/lib/python3/dist-packages/dolfin/pycache/init.cpython-36.pyc matches /usr/lib/python3/dist-packages/dolfin/init.py
code object from ‘/usr/lib/python3/dist-packages/dolfin/pycache/init.cpython-36.pyc’
/usr/lib/python3.6/ctypes/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/ctypes/init.py
code object from ‘/usr/lib/python3.6/ctypes/pycache/init.cpython-36.pyc’
extension module ‘_ctypes’ loaded from ‘/usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so’
extension module ‘_ctypes’ executed from ‘/usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so’
import ‘_ctypes’ # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b335234a8>
/usr/lib/python3.6/pycache/struct.cpython-36.pyc matches /usr/lib/python3.6/struct.py
code object from ‘/usr/lib/python3.6/pycache/struct.cpython-36.pyc’
import ‘_struct’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘struct’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33523b00>
/usr/lib/python3.6/ctypes/pycache/_endian.cpython-36.pyc matches /usr/lib/python3.6/ctypes/_endian.py
code object from ‘/usr/lib/python3.6/ctypes/pycache/_endian.cpython-36.pyc’
import ‘ctypes._endian’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3352f898>
import ‘ctypes’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33516588>
/usr/lib/python3.6/pycache/re.cpython-36.pyc matches /usr/lib/python3.6/re.py
code object from ‘/usr/lib/python3.6/pycache/re.cpython-36.pyc’
/usr/lib/python3.6/pycache/enum.cpython-36.pyc matches /usr/lib/python3.6/enum.py
code object from ‘/usr/lib/python3.6/pycache/enum.cpython-36.pyc’
import ‘enum’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3353c240>
/usr/lib/python3.6/pycache/sre_compile.cpython-36.pyc matches /usr/lib/python3.6/sre_compile.py
code object from ‘/usr/lib/python3.6/pycache/sre_compile.cpython-36.pyc’
import ‘_sre’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/sre_parse.cpython-36.pyc matches /usr/lib/python3.6/sre_parse.py
code object from ‘/usr/lib/python3.6/pycache/sre_parse.cpython-36.pyc’
/usr/lib/python3.6/pycache/sre_constants.cpython-36.pyc matches /usr/lib/python3.6/sre_constants.py
code object from ‘/usr/lib/python3.6/pycache/sre_constants.cpython-36.pyc’
import ‘sre_constants’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330b4c18>
import ‘sre_parse’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330ae2e8>
import ‘sre_compile’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330a24e0>
/usr/lib/python3.6/pycache/copyreg.cpython-36.pyc matches /usr/lib/python3.6/copyreg.py
code object from ‘/usr/lib/python3.6/pycache/copyreg.cpython-36.pyc’
import ‘copyreg’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330bcbe0>
import ‘re’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b335230b8>
/usr/lib/python3.6/pycache/traceback.cpython-36.pyc matches /usr/lib/python3.6/traceback.py
code object from ‘/usr/lib/python3.6/pycache/traceback.cpython-36.pyc’
/usr/lib/python3.6/pycache/linecache.cpython-36.pyc matches /usr/lib/python3.6/linecache.py
code object from ‘/usr/lib/python3.6/pycache/linecache.cpython-36.pyc’
/usr/lib/python3.6/pycache/tokenize.cpython-36.pyc matches /usr/lib/python3.6/tokenize.py
code object from ‘/usr/lib/python3.6/pycache/tokenize.cpython-36.pyc’
/usr/lib/python3.6/pycache/token.cpython-36.pyc matches /usr/lib/python3.6/token.py
code object from ‘/usr/lib/python3.6/pycache/token.cpython-36.pyc’
import ‘token’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3305fbe0>
import ‘tokenize’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330572e8>
import ‘linecache’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330cbf98>
import ‘traceback’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330bceb8>
/usr/lib/python3/dist-packages/apport/pycache/init.cpython-36.pyc matches /usr/lib/python3/dist-packages/apport/init.py
code object from ‘/usr/lib/python3/dist-packages/apport/pycache/init.cpython-36.pyc’
import ‘time’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3/dist-packages/apport/pycache/report.cpython-36.pyc matches /usr/lib/python3/dist-packages/apport/report.py
code object from ‘/usr/lib/python3/dist-packages/apport/pycache/report.cpython-36.pyc’
/usr/lib/python3.6/pycache/subprocess.cpython-36.pyc matches /usr/lib/python3.6/subprocess.py
code object from ‘/usr/lib/python3.6/pycache/subprocess.cpython-36.pyc’
/usr/lib/python3.6/pycache/signal.cpython-36.pyc matches /usr/lib/python3.6/signal.py
code object from ‘/usr/lib/python3.6/pycache/signal.cpython-36.pyc’
import ‘signal’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b330926a0>
import ‘_posixsubprocess’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘select’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/selectors.cpython-36.pyc matches /usr/lib/python3.6/selectors.py
code object from ‘/usr/lib/python3.6/pycache/selectors.cpython-36.pyc’
import ‘math’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘selectors’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fdb0f0>
/usr/lib/python3.6/pycache/threading.cpython-36.pyc matches /usr/lib/python3.6/threading.py
code object from ‘/usr/lib/python3.6/pycache/threading.cpython-36.pyc’
import ‘threading’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fe26d8>
import ‘subprocess’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33080a58>
/usr/lib/python3.6/pycache/tempfile.cpython-36.pyc matches /usr/lib/python3.6/tempfile.py
code object from ‘/usr/lib/python3.6/pycache/tempfile.cpython-36.pyc’
/usr/lib/python3.6/pycache/shutil.cpython-36.pyc matches /usr/lib/python3.6/shutil.py
code object from ‘/usr/lib/python3.6/pycache/shutil.cpython-36.pyc’
/usr/lib/python3.6/pycache/fnmatch.cpython-36.pyc matches /usr/lib/python3.6/fnmatch.py
code object from ‘/usr/lib/python3.6/pycache/fnmatch.cpython-36.pyc’
import ‘fnmatch’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32f9a710>
import ‘zlib’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/bz2.cpython-36.pyc matches /usr/lib/python3.6/bz2.py
code object from ‘/usr/lib/python3.6/pycache/bz2.cpython-36.pyc’
/usr/lib/python3.6/pycache/_compression.cpython-36.pyc matches /usr/lib/python3.6/_compression.py
code object from ‘/usr/lib/python3.6/pycache/_compression.cpython-36.pyc’
import ‘_compression’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fa47b8>
extension module ‘_bz2’ loaded from ‘/usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so’
extension module ‘_bz2’ executed from ‘/usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so’
import ‘_bz2’ # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b32fae198>
import ‘bz2’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32f9ae10>
/usr/lib/python3.6/pycache/lzma.cpython-36.pyc matches /usr/lib/python3.6/lzma.py
code object from ‘/usr/lib/python3.6/pycache/lzma.cpython-36.pyc’
extension module ‘_lzma’ loaded from ‘/usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so’
extension module ‘_lzma’ executed from ‘/usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so’
import ‘_lzma’ # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b32faed68>
import ‘lzma’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fae358>
import ‘pwd’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘grp’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘shutil’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3300cac8>
/usr/lib/python3.6/pycache/random.cpython-36.pyc matches /usr/lib/python3.6/random.py
code object from ‘/usr/lib/python3.6/pycache/random.cpython-36.pyc’
/usr/lib/python3.6/pycache/hashlib.cpython-36.pyc matches /usr/lib/python3.6/hashlib.py
code object from ‘/usr/lib/python3.6/pycache/hashlib.cpython-36.pyc’
extension module ‘_hashlib’ loaded from ‘/usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so’
extension module ‘_hashlib’ executed from ‘/usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so’
import ‘_hashlib’ # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b32fc2780>
import ‘_blake2’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘_sha3’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘hashlib’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fbed30>
/usr/lib/python3.6/pycache/bisect.cpython-36.pyc matches /usr/lib/python3.6/bisect.py
code object from ‘/usr/lib/python3.6/pycache/bisect.cpython-36.pyc’
import ‘_bisect’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘bisect’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fc2240>
import ‘_random’ # <class ‘_frozen_importlib.BuiltinImporter’>
import ‘random’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b3300cc18>
import ‘tempfile’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b33087160>
/usr/lib/python3.6/pycache/glob.cpython-36.pyc matches /usr/lib/python3.6/glob.py
code object from ‘/usr/lib/python3.6/pycache/glob.cpython-36.pyc’
import ‘glob’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fbebe0>
import ‘atexit’ # <class ‘_frozen_importlib.BuiltinImporter’>
/usr/lib/python3.6/pycache/locale.cpython-36.pyc matches /usr/lib/python3.6/locale.py
code object from ‘/usr/lib/python3.6/pycache/locale.cpython-36.pyc’
import ‘locale’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32fc2fd0>
/usr/lib/python3.6/pycache/imp.cpython-36.pyc matches /usr/lib/python3.6/imp.py
code object from ‘/usr/lib/python3.6/pycache/imp.cpython-36.pyc’
import ‘imp’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32d66780>
/usr/lib/python3.6/xml/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/xml/init.py
code object from ‘/usr/lib/python3.6/xml/pycache/init.cpython-36.pyc’
import ‘xml’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32d6f240>
/usr/lib/python3.6/xml/dom/pycache/init.cpython-36.pyc matches /usr/lib/python3.6/xml/dom/init.py
code object from ‘/usr/lib/python3.6/xml/dom/pycache/init.cpython-36.pyc’
/usr/lib/python3.6/xml/dom/pycache/domreg.cpython-36.pyc matches /usr/lib/python3.6/xml/dom/domreg.py
code object from ‘/usr/lib/python3.6/xml/dom/pycache/domreg.cpython-36.pyc’
import ‘xml.dom.domreg’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32d6fe10>
import ‘xml.dom’ # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b32d6f438>
/usr/lib/python3.6/xml/dom/pycache/minidom.cpython-36.pyc matches /usr/lib/python3.6/xml/dom/minidom.py
code object from ‘/usr/lib/python3.6/xml/dom/pycache/minidom.cpython-36.pyc’
/usr/lib/python3.6/xml/dom/pycache/minicompat.cpython-36.pyc matches /usr/lib/python3.6/xml/dom/minicompat.py
code object from ‘/usr/lib/python3.6/xml/dom/pycache/minicompat.cpython-36.pyc’