Any ideas why do I get this errorת while trying 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'