任何想法为什么我在尝试导入时会收到此错误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'