Hi,
I ran makepy for ADO. After I installed a new version of python I have this
error:
Do you know why could I have this error?
[color=blue][color=green][color=darkred]
>>> from ADODB import Connection,Reco rdset[/color][/color][/color]
[color=blue][color=green][color=darkred]
>>> conn = Connection()[/color][/color][/color]
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
File "C:\Python2\lib \site-packages\win32c om\client\__ini t__.py", line 479,
in __init__
if oobj is None: oobj = pythoncom.new(s elf.CLSID)
TypeError: Only strings and iids can be converted to a CLSID.
I have run makepy again but it does not work
egards
I ran makepy for ADO. After I installed a new version of python I have this
error:
Do you know why could I have this error?
[color=blue][color=green][color=darkred]
>>> from ADODB import Connection,Reco rdset[/color][/color][/color]
[color=blue][color=green][color=darkred]
>>> conn = Connection()[/color][/color][/color]
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
File "C:\Python2\lib \site-packages\win32c om\client\__ini t__.py", line 479,
in __init__
if oobj is None: oobj = pythoncom.new(s elf.CLSID)
TypeError: Only strings and iids can be converted to a CLSID.
I have run makepy again but it does not work
egards
Comment