[python-win32] get MAPI session from OOM

2018-05-26 Thread ckkart
Hi, on a 64bit windows 7 machine with pywin32 221 I used to get a pointer to the MAPI session like this outlook.GetNamespace('MAPI').Session.MAPIOBJECT.QueryInterface(mapi.IID_IMAPISession) on a fresh windows 10 machine with pywin32 221 this fails with pywintypes.com_error: (-2147467259, 'Un

Re: [python-win32] get MAPI session from OOM

2018-05-30 Thread ckkart
Am 2018-05-27 14:58, schrieb c.kristu...@hoc.net: -- Originalnachricht -- Von: t...@probo.com An: "Python-Win32 List" Gesendet: 26.05.2018 21:54:36 Betreff: Re: [python-win32] get MAPI session from OOM On May 26, 2018, at 5:21 AM, ckk...@hoc.net wrote: on a 64bit windows 7 machine wi

Re: [python-win32] get MAPI session from OOM

2018-05-31 Thread ckkart
Am 2018-05-31 03:31, schrieb t...@probo.com: On May 30, 2018, at 11:23 AM, ckk...@hoc.net wrote: Any ideas? Do you think it will help to do a fresh install of office 2016? In addition to just installing Outlook, have you configured Outlook? You can't access MAPI unless you have incoming and

Re: [python-win32] get MAPI session from OOM

2018-06-03 Thread ckkart
Am 2018-05-31 03:31, schrieb t...@probo.com: On May 30, 2018, at 11:23 AM, ckk...@hoc.net wrote: Any ideas? Do you think it will help to do a fresh install of office 2016? In addition to just installing Outlook, have you configured Outlook? You can't access MAPI unless you have incoming and

Re: [python-win32] get MAPI session from OOM

2018-06-04 Thread ckkart
Am 03/06/18 um 12:51 schrieb Christian K.: > Am 2018-05-31 03:31, schrieb t...@probo.com: >> On May 30, 2018, at 11:23 AM, ckk...@hoc.net wrote: >>> >>> >>> Any ideas? Do you think it will help to do a fresh install of office >>> 2016? >> >> In addition to just installing Outlook, have you configur

Re: [python-win32] Dragdrop shell extension?

2018-06-27 Thread ckkart
Am 2018-06-26 19:14, schrieb web...@totalrewind.com: Now, I want to be able to drop handler such that a link dragged from the browser (system .url file, basically) onto the .urls file will append the new link to those in the list. I understand that file formats which do this sort of thing regist

Re: [python-win32] win32api.FindFiles hangs

2018-12-05 Thread ckkart
Works just fine on my windows7 machine with python2.7 64bit and pywin32-221 It yields results for both existing and non existing files. Christian Am 2018-12-05 01:20, schrieb ross.boy...@ucsf.edu: win32api.FindFiles() works when the argument is "*" or "*.py". It works, in the sense of returni

Re: [python-win32] connecting to labview executable

2019-05-12 Thread ckkart
Am 12/05/19 um 03:28 schrieb t...@probo.com: > On May 9, 2019, at 11:50 PM, Kálózi Zsolt > wrote: >> >> So this continously reads out the value from the frontpanel of the >> .vi, that is called 'power'. >> Unfortunatelly this only works if the .VI is running in the

Re: [python-win32] dispatch a background service?

2019-08-27 Thread ckkart
Am 27/08/19 um 03:38 schrieb zsolt.kal...@eli-alps.hu: > I would like to ask, if its possible to connect to a windows > service somehow with pywin32? > > > I can connect to a running LabView application > with Dispatch("LabView.Application") without a problem. If I make an > executable from the L