[issue14952] Cannot run regrtest with amd64/debug on windows

Kristján Valur Jónsson report at bugs.python.org
Tue May 29 16:56:37 CEST 2012


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

Running the regression tests from the build directory no longer works for Amd64/debug, windows build.

D:\pydev\hg\cpython2>PCbuild\amd64\python_d.exe -m test.regrtest
Traceback (most recent call last):
  File "D:\pydev\hg\cpython2\lib\runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "D:\pydev\hg\cpython2\lib\runpy.py", line 75, in _run_code
    exec(code, run_globals)
  File "D:\pydev\hg\cpython2\lib\test\regrtest.py", line 243, in <module>
    from test import support
ImportError: cannot import name support
[96946 refs]

D:\pydev\hg\cpython2>PCbuild\amd64\python_d.exe lib\test\regrtest.py
Traceback (most recent call last):
  File "lib\test\regrtest.py", line 243, in <module>
    from test import support
ImportError: cannot import name support
[95993 refs]

This works for release.

----------
messages: 161891
nosy: kristjan.jonsson
priority: normal
severity: normal
status: open
title: Cannot run regrtest with amd64/debug on windows
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14952>
_______________________________________


More information about the Python-bugs-list mailing list