Re: [python-win32] Have icon overlays persist after machine restart in Python

2016-01-12 Thread Mark Hammond
On 13/01/2016 6:09 AM, Alexander Jewell wrote: I should have checked the setup file before attaching, that's actually from a third test I ran that tried running an EXE. In my earlier test I had create_dll = True. During that test I ran "regsvr32 overlays.dll" (with terminal running as Administrat

Re: [python-win32] Have icon overlays persist after machine restart in Python

2016-01-12 Thread Alexander Jewell
I should have checked the setup file before attaching, that's actually from a third test I ran that tried running an EXE. In my earlier test I had create_dll = True. During that test I ran "regsvr32 overlays.dll" (with terminal running as Administrator) and got a success message, but no registry en

Re: [python-win32] [ANN] pywin32 build 220 released.

2016-01-12 Thread mc
Le 12.01.16 00:41, Mark Hammond a écrit : Hi all, I'm happy to announce the release of pywin32 build 220. _ _ __ |_ _|| |____ _ _ __ | | ___ _ ___ _ _| | | | | '_ \ / _` || '_ \ | |/ / | | | | / _ \ | | | |

Re: [python-win32] Calling unregistered COM libraries via Python

2016-01-12 Thread Greg Ewing
Manowitz, David wrote: Is it possible, either via the win32com extensions or the comtypes package (or some other package), to call to an unregistered COM library? It does appear to be possible, using a manifest file: https://msdn.microsoft.com/en-us/library/ms973913.aspx -- Greg