This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-10.16:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473524205.52.0.688669056146.issue28059@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/2553/steps/test/logs/stdio

test_architecture_via_symlink (test.test_platform.PlatformTest) ... Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "D:\buildarea\3.x.bolen-windows8\build\lib\platform.py", line 501, in <module>
    import ctypes
  File "D:\buildarea\3.x.bolen-windows8\build\lib\ctypes\__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
FAIL
History
Date User Action Args
2016-09-10 16:16:45vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-10 16:16:45vstinnersetmessageid: <1473524205.52.0.688669056146.issue28059@psf.upfronthosting.co.za>
2016-09-10 16:16:45vstinnerlinkissue28059 messages
2016-09-10 16:16:45vstinnercreate