Message207228
| Author |
vstinner |
| Recipients |
Arfrever, BreamoreBoy, asvetlov, bjornedstrom, christian.heimes, dstufft, englabenny, ezio.melotti, gregory.p.smith, haakon, habnabit, jcea, larry, loewis, markk, pitrou, python-dev, sbt, tim.peters, vstinner |
| Date |
2014年01月03日.14:48:08 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1388760489.31.0.287439977254.issue16113@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
@Martin: It looks like the _overlapped module is not more compiled on Windows.
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/2032/steps/test/logs/stdio
test test_asyncio crashed -- Traceback (most recent call last):
File "E:\home\cpython\buildslave\x863円.x.snakebite-win2k8r2sp1-x86\build\lib\asyncio\__init__.py", line 16, in <module>
from . import _overlapped
ImportError: cannot import name '_overlapped'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 1278, in runtest_inner
test_runner()
File "E:\home\cpython\buildslave\x863円.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\__init__.py", line 31, in test_main
run_unittest(suite())
File "E:\home\cpython\buildslave\x863円.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\__init__.py", line 21, in suite
__import__(mod_name)
File "E:\home\cpython\buildslave\x863円.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\test_base_events.py", line 11, in <module>
from asyncio import base_events
File "E:\home\cpython\buildslave\x863円.x.snakebite-win2k8r2sp1-x86\build\lib\asyncio\__init__.py", line 18, in <module>
import _overlapped # Will also be exported.
ImportError: No module named '_overlapped' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年01月03日 14:48:09 | vstinner | set | recipients:
+ vstinner, tim.peters, loewis, gregory.p.smith, jcea, pitrou, larry, christian.heimes, habnabit, ezio.melotti, Arfrever, asvetlov, englabenny, BreamoreBoy, python-dev, sbt, bjornedstrom, dstufft, markk, haakon |
| 2014年01月03日 14:48:09 | vstinner | set | messageid: <1388760489.31.0.287439977254.issue16113@psf.upfronthosting.co.za> |
| 2014年01月03日 14:48:09 | vstinner | link | issue16113 messages |
| 2014年01月03日 14:48:08 | vstinner | create |
|