亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: python 加載CAPICOM.Store [打印本頁(yè)]

作者: 會(huì)當(dāng)凌絕頂聰    時(shí)間: 2015-02-05 09:55
標(biāo)題: python 加載CAPICOM.Store
import win32com.client

store = win32com.client.Dispatch('CAPICOM.Store')

報(bào)錯(cuò),google了好久都沒(méi)找到答案,各位有遇到過(guò)該問(wèn)題的嗎~~!





報(bào)錯(cuò)信息:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "D:\Python27\lib\site-packages\win32com\client\__init__.py", line 95, in
Dispatch
    dispatch, userName = dynamic._GetGoodDispatchAndUserName(dispatch,userName,c
lsctx)
  File "D:\Python27\lib\site-packages\win32com\client\dynamic.py", line 108, in
_GetGoodDispatchAndUserName
    return (_GetGoodDispatch(IDispatch, clsctx), userName)
  File "D:\Python27\lib\site-packages\win32com\client\dynamic.py", line 85, in _
GetGoodDispatch
    IDispatch = pythoncom.CoCreateInstance(IDispatch, None, clsctx, pythoncom.II
D_IDispatch)
pywintypes.com_error: (-2147221005, '\xce\xde\xd0\xa7\xb5\xc4\xc0\xe0\xd7\xd6\xb
7\xfb\xb4\xae', None, None)
作者: 會(huì)當(dāng)凌絕頂聰    時(shí)間: 2015-02-05 11:00
來(lái)結(jié)個(gè)帖:
手動(dòng)將capicom.dll文件復(fù)制至windows系統(tǒng)目錄(例如: c:/windows/system32/),然后在命令行中執(zhí)行以下命令。
regsvr32 capicom.dll


all ok!~!~@!~




歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2