草庐IT

wintypes

全部标签

python - 导入 ctypes.wintypes 时出错

当我尝试导入ctypes.wintypes时出现此错误,我该如何解决?In[2]:importctypes.wintypes---------------------------------------------------------------------------ValueErrorTraceback(mostrecentcalllast)in()---->1importctypes.wintypes/usr/lib/python2.7/ctypes/wintypes.pyin()2122fromctypesimport_SimpleCData--->23classVARIA

python - 导入 ctypes.wintypes 时出错

当我尝试导入ctypes.wintypes时出现此错误,我该如何解决?In[2]:importctypes.wintypes---------------------------------------------------------------------------ValueErrorTraceback(mostrecentcalllast)in()---->1importctypes.wintypes/usr/lib/python2.7/ctypes/wintypes.pyin()2122fromctypesimport_SimpleCData--->23classVARIA
12