hotbox:~/src/Python-2.5.2$ echo "import sqlite3 conn=sqlite3.connect(\":memory:\") " | python2.5 -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /Users/pfein/lib/python2.5/site.pyc matches /Users/pfein/lib/python2.5/site.py import site # precompiled from /Users/pfein/lib/python2.5/site.pyc import imp # builtin # /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/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/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 24 2008, 00:22:29) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. import sqlite3 # directory /opt/local/lib/python2.5/sqlite3 # /opt/local/lib/python2.5/sqlite3/__init__.pyc matches /opt/local/lib/python2.5/sqlite3/__init__.py import sqlite3 # precompiled from /opt/local/lib/python2.5/sqlite3/__init__.pyc # /opt/local/lib/python2.5/sqlite3/dbapi2.pyc matches /opt/local/lib/python2.5/sqlite3/dbapi2.py import sqlite3.dbapi2 # precompiled from /opt/local/lib/python2.5/sqlite3/dbapi2.pyc dlopen("/opt/local/lib/python2.5/lib-dynload/datetime.so", 2); import datetime # dynamically loaded from /opt/local/lib/python2.5/lib-dynload/datetime.so dlopen("/opt/local/lib/python2.5/lib-dynload/time.so", 2); import time # dynamically loaded from /opt/local/lib/python2.5/lib-dynload/time.so dlopen("/opt/local/lib/python2.5/site-packages/_sqlite3.so", 2); import _sqlite3 # dynamically loaded from /opt/local/lib/python2.5/site-packages/_sqlite3.so # 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] imp # cleanup[1] _codecs # cleanup[1] sqlite3 # cleanup[1] zipimport # cleanup[1] warnings # cleanup[1] encodings.utf_8 # cleanup[1] _sqlite3 # cleanup[1] codecs # cleanup[1] sqlite3.dbapi2 # cleanup[1] types # cleanup[1] _types # cleanup[1] signal # cleanup[1] linecache # cleanup[1] posix # cleanup[1] encodings.aliases # cleanup[1] time # cleanup[1] exceptions # cleanup[1] datetime # 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: 14 unfreed ints in 2 out of 4 blocks # cleanup floats