Re: [python-win32] Win32: -2147418113, 'Catastrophic failure'

2023-05-23 Thread Steven Manross
And just to reiterate what Mark said, but also validate that this is the case from code: You should be able to run this without issue… (and validate pywin32 works fine) mydict = win32com.client.Dispatch("Scripting.Dictionary") … since the “Scripting.Dictionary” COM class lives on every windows

Re: [python-win32] Win32: -2147418113, 'Catastrophic failure'

2023-05-23 Thread Mark Hammond
On 2023-05-22 11:05 a.m., Pranav S Pawar wrote: Hello Team, My code was working fine from one week in jupyter notebook. Today i just did a kernel restart in jupyter notebook and my code stopped working. Not sure what happened after restart. Tried all options but not able to resolve. So thro

[python-win32] Win32: -2147418113, 'Catastrophic failure'

2023-05-23 Thread Pranav S Pawar
Hello Team, My code was working fine from one week in jupyter notebook. Today i just did a kernel restart in jupyter notebook and my code stopped working. Not sure what happened after restart. Tried all options but not able to resolve. So through to get help from here. Basically i am trying to g