[python-win32] Automating OneNote/COM without editing the registry

2020-03-10 Thread Johnny Birchett
I've successfully used pywin32 to automate some OneNote stuff using pywin32 directly and also using onepy, but I ALWAYS have to edit the registry to "fix" the OneNote key {0EA692EE-BB50-4E3C-AEF0-356D91732725} as described in this stackflow answer:

Re: [python-win32] pure python way to open a file with write deny for others

2020-03-10 Thread Paul.Koning
> On Mar 5, 2020, at 5:42 AM, Robin Becker wrote: > > > [EXTERNAL EMAIL] > I want to be able to read a windows file which is being periodically written > by another process. I created a small extension ... > > that seems to work, but I wonder if there's an easier pure python way to do >

[python-win32] Automating OneNote/COM without editing the registry

2020-03-10 Thread johnny
I've successfully used pywin32 to automate some OneNote stuff using pywin32 directly and also using onepy, but I ALWAYS have to edit the registry to "fix" the OneNote key  {0EA692EE-BB50-4E3C-AEF0-356D91732725} as described in this stackflow answer: