import の試行中にこのエラーが発生するのはなぜですかctypes
?
>>> from ctypes import *
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
from ctypes import *
File "C:/Python27\ctypes.py", line 3, in <module>
libc = ctypes.windll.msvcrt
AttributeError: 'module' object has no attribute 'windll'