Conor:~ tjsulli$ cd /Library/Frameworks/Python.framework/Versions/2.6 Conor:/Library/Frameworks/Python.framework/Versions/2.6 tjsulli$ ./bin/python2.6 -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.py import site # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py import os # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.pyc import errno # builtin import posix # builtin # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.py import posixpath # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stat.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stat.py import stat # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stat.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.py import genericpath # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings.py import warnings # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/linecache.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/linecache.py import linecache # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/linecache.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/types.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/types.py import types # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/types.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.py import UserDict # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_abcoll.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_abcoll.py import _abcoll # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_abcoll.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.py import abc # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.py import copy_reg # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.pyc import encodings # directory /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/__init__.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/__init__.py import encodings # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/__init__.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py import codecs # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.pyc import _codecs # builtin # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/aliases.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/aliases.py import encodings.aliases # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/aliases.pyc # /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/ascii.pyc matches /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/ascii.py import encodings.ascii # precompiled from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/ascii.pyc Python 2.6.4 (r264:75706, Jan 5 2010, 19:06:16) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. dlopen("/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so", 2); import readline # dynamically loaded from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so onor:/Library/Frameworks/Python.framework/Versions/2.6 tjsulli$ sw_vers ProductName: Mac OS X ProductVersion: 10.3.9 BuildVersion: 7W98 ----------------------------------- Hardware: Hardware Overview: Machine Model: Power Macintosh G3 Series CPU Type: PowerPC 750 (82.2) Number Of CPUs: 1 CPU Speed: 400 MHz L2 Cache (per CPU): 1 MB Memory: 1 GB Bus Speed: 100 MHz Boot ROM Version: 1.1.1f4 Software: System Software Overview: System Version: Mac OS X 10.3.9 (7W98) Kernel Version: Darwin 7.9.0 Boot Volume: Conor Computer Name: Conor User Name: Timothy Sullivan (tjsulli) ------------------------------------------------------- Conor:/Library/Frameworks/Python.framework/Versions/2.6 tjsulli$ ./bin/python2.6 -S ./lib/python2.6/test/regrtest.py -w test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_SimpleHTTPServer test_StringIO test___all__ test___future__ test__locale test__locale skipped -- locale support broken for OS X < 10.4 test_abc test_abstract_numbers test_aepack test_aifc test_al test_al skipped -- No module named al test_anydbm test_applesingle test_array test_ast test_asynchat test_asyncore test_atexit test_audioop test_augassign test_base64 test_bastion test_bigaddrspace test_bigmem test_binascii test_binhex test_binop test_bisect test_bool test_bsddb test_bsddb185 test_bsddb185 skipped -- No module named bsddb185 test_bsddb3 test_bsddb3 skipped -- Use of the `bsddb' resource not enabled test_buffer test_bufio test_bytes test_bz2 test_calendar test_call test_capi test_cd test_cd skipped -- No module named cd test_cfgparser test_cgi test_charmapcodec test_cl test_cl skipped -- No module named cl test_class test_cmath test_cmd test_cmd_line test_cmd_line_script test_code test_codeccallbacks test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecmaps_cn test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_hk test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_jp test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_kr test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_tw test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled test_codecs test_codeop test_coding test_coercion test_collections test_colorsys test_commands test_compare test_compile test_compiler test_complex test_complex_args test_contains test_contextlib test_cookie test_cookielib test_copy test_copy_reg test_cpickle test_cprofile test_crypt test_csv test_ctypes test_curses test_curses skipped -- Use of the `curses' resource not enabled test_datetime test_dbm test_decimal test_decorators test_defaultdict test_deque test_descr test_descrtut test_difflib test_dircache test_dis test_distutils test_dl test_docxmlrpc test_dumbdbm test_dummy_thread test_dummy_threading test_email test_email_codecs test_email_renamed test_enumerate test_eof test_epoll test_epoll skipped -- test works only on Linux 2.6 test_errno test_exception_variations test_extcall test_fcntl test_file test_filecmp test_fileinput test_fileio test_float test_fnmatch test_fork1 test_format test_fpformat test_fractions test_frozen test_ftplib test_funcattrs test_functools test_future test_future3 test_future4 test_future5 test_future_builtins test_gc test_gdbm test_gdbm skipped -- No module named gdbm test_generators test_genericpath test_genexps test_getargs test_getargs2 test_getopt test_gettext test_gl test_gl skipped -- No module named gl test_glob test_global test_grp test_gzip test_hash test_hashlib test_heapq test_hmac test_hotshot test_htmllib test_htmlparser test_httplib test_httpservers test_imageop test_imaplib test_imgfile test_imgfile skipped -- No module named imgfile test_imp test_import test_importhooks test_index test_inspect test_int test_int_literal test_io Testing large file ops skipped on darwin. It requires 2147483648 bytes and a long time. Use 'regrtest.py -u largefile test_io' to run it. test_ioctl test_isinstance test_iter test_iterlen test_itertools test_json test_kqueue test_largefile test_largefile skipped -- test requires 2500000000 bytes and a long time to run test_lib2to3 test_lib2to3 skipped -- No module named myfixes test_linecache test_linuxaudiodev test_linuxaudiodev skipped -- Use of the `audio' resource not enabled test_list test_locale test_logging test_long test_long_future test_longexp test_macos test_macostools test_macpath test_mailbox test_marshal test_math test_md5 test_memoryio test_mhlib test_mimetools test_mimetypes test_minidom test_mmap test_module test_modulefinder test_multibytecodec test_multibytecodec_support test_multifile test_multiprocessing test_mutants test_mutex test_netrc test_new test_nis test_normalization test_normalization skipped -- Use of the `urlfetch' resource not enabled test_ntpath test_old_mailbox test_openpty test_operator test_optparse test_os /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py:760: DeprecationWarning: integer argument expected, got float bs += read(_urandomfd, n - len(bs)) test_ossaudiodev test_ossaudiodev skipped -- Use of the `audio' resource not enabled test_parser Expecting 's_push: parser stack overflow' in next line s_push: parser stack overflow test_peepholer test_pep247 test_pep263 test_pep277 test_pep277 skipped -- test works only on NT+ test_pep292 test_pep352 test_pickle test_pickletools test_pipes test_pkg test_pkgimport test_pkgutil test_platform test_plistlib test_poll test_poll skipped -- select.poll not defined -- skipping test_poll test_popen test_popen2 test_poplib test_posix test_posixpath test_pow test_pprint test_print test_profile test_profilehooks test_property test_pstats test_pty test_pwd test_py3kwarn test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag test_pyclbr test_pydoc test_pyexpat test_queue test_quopri test_random test_re test_repr test_resource test_rfc822 test_richcmp test_robotparser test_runpy test_sax test_scope test_scriptpackages test_select test_set test_sets test_sgmllib test_sha test_shelve test_shlex test_shutil test_signal test_site test_slice test_smtplib test_smtpnet test_smtpnet skipped -- Use of the `network' resource not enabled test_socket test_socketserver test_socketserver skipped -- Use of the `network' resource not enabled test_softspace test_sort test_sqlite test_sqlite skipped -- no sqlite available test_ssl test_startfile test_startfile skipped -- cannot import name startfile test_str test_strftime test_string test_stringprep test_strop test_strptime test_struct test_structmembers test_structseq test_subprocess . this bit of output is from a test of stdout in a different process ... test_sunaudiodev test_sunaudiodev skipped -- No module named sunaudiodev test_sundry /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/test/test_sundry.py:66: DeprecationWarning: The posixfile module is deprecated; fcntl.lockf() provides better locking import posixfile test_symtable test_syntax test_sys test_tarfile test_tcl test_telnetlib test_tempfile test_textwrap test_thread test_threaded_import test_threadedtempfile test_threading test_threading_local test_threadsignals test_time test_timeout test_timeout skipped -- Use of the `network' resource not enabled test_tokenize test_trace test_traceback test_transformer test_tuple test_typechecks test_ucn test_unary test_undocumented_details test_unicode test_unicode_file test_unicodedata test_univnewlines test_unpack test_urllib test_urllib2 Bus error