New submission from Kristján Valur Jónsson <[email protected]>:
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 <[email protected]>
<http://bugs.python.org/issue14952>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com