On Jun 23, 2016, at 6:56 AM, Asha Eshu
<[email protected]<mailto:[email protected]>> wrote:
I have python 32 bit version 3.5.1 with win32com module installed . I have also
pywin32 32-bit.
I am getting the following error
File "C:\Program Files
(x86)\Python35-32\lib\site-packages\win32com\client\dynamic.py", line 89, in
_GetGoodDispatch
IDispatch = pythoncom.connect(IDispatch)
pywintypes.com<http://pywintypes.com>_error: (-2147221021, 'Vorgang nicht
verfügbar.', None, None)
-2147221021 is 0x800401E3, which is “operation not available.”
What COM object were you trying to instantiate? Are you ABSOLUTELY sure that
you have a 32-bit version of that object installed? You can’t cross the 32/64
boundary with in-process COM objects.
—
Tim Roberts, [email protected]<mailto:[email protected]>
Providenza & Boekelheide, Inc.
_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32