I'm wondering if I've broken something at my end, or if everyone is seeing the same error.
[steve@ando cpython]$ hg fetch pulling from ssh://h...@hg.python.org/cpython searching for changes no changes found [steve@ando cpython]$ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [steve@ando cpython]$ ./python Failed to import the site module Traceback (most recent call last): File "/home/steve/python/python-dev/cpython/Lib/site.py", line 571, in <module> main() File "/home/steve/python/python-dev/cpython/Lib/site.py", line 557, in main known_paths = addusersitepackages(known_paths) File "/home/steve/python/python-dev/cpython/Lib/site.py", line 281, in addusersitepackages user_site = getusersitepackages() File "/home/steve/python/python-dev/cpython/Lib/site.py", line 257, in getusersitepackages user_base = getuserbase() # this will also set USER_BASE File "/home/steve/python/python-dev/cpython/Lib/site.py", line 247, in getuserbase USER_BASE = get_config_var('userbase') File "/home/steve/python/python-dev/cpython/Lib/sysconfig.py", line 591, in get_config_var return get_config_vars().get(name) File "/home/steve/python/python-dev/cpython/Lib/sysconfig.py", line 540, in get_config_vars _init_posix(_CONFIG_VARS) File "/home/steve/python/python-dev/cpython/Lib/sysconfig.py", line 411, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ImportError: No module named '_sysconfigdata_dm' -- Steve _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/