[python-win32] MAPIInitialize problem
j at hix.cz
j at hix.cz
Sat Mar 15 01:10:52 CET 2008
Hi,
when I try use MAPI, I get message with pywintypes.com_error ...
Can anybody help me?
(PyWin32 210)
------------------------------------------------------------
Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from win32com.mapi import mapi
>>> from win32com.mapi import mapitags
>>> mapi.MAPIInitialize(None)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
pywintypes.com_error: (-2147467259, 'Nespecifikovan\xe1 error', None, None)
>>>
---------------------------------------------------------------
Thanks.
Hippo
More information about the python-win32
mailing list