Message161891
| Author |
kristjan.jonsson |
| Recipients |
kristjan.jonsson |
| Date |
2012年05月29日.14:56:36 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1338303396.99.0.893670978528.issue14952@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年05月29日 14:56:37 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson |
| 2012年05月29日 14:56:36 | kristjan.jonsson | set | messageid: <1338303396.99.0.893670978528.issue14952@psf.upfronthosting.co.za> |
| 2012年05月29日 14:56:36 | kristjan.jonsson | link | issue14952 messages |
| 2012年05月29日 14:56:36 | kristjan.jonsson | create |
|