[python-committers] Is it just me or is the tip broken at the moment?

Steven D'Aprano steve at pearwood.info
Thu Jul 7 12:03:50 EDT 2016


I'm wondering if I've broken something at my end, or if everyone is 
seeing the same error.


[steve at ando cpython]$ hg fetch
pulling from ssh://hg@hg.python.org/cpython
searching for changes
no changes found
[steve at ando cpython]$ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
[steve at 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


More information about the python-committers mailing list