When I tried to import ctypes.wintypes am getting this error, how can I fix this?
In [2]: import ctypes.wintypes --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-2-8395760a4e8a> in <module>() ----> 1 import ctypes.wintypes /usr/lib/python2.7/ctypes/wintypes.py in <module>() 21 22 from ctypes import _SimpleCData ---> 23 class VARIANT_BOOL(_SimpleCData): 24 _type_ = "v" 25 def __repr__(self): ValueError: _type_ 'v' not supported