Forum Discussion

david48481's avatar
david48481
New Member
2 years ago

Replace Sys.OleObject Property with standard python

Hi is there anyway to replace the Sys.OleObject with just standard python and not using any test complete libraries and methods

Can this be done with the standard python libraries as well?

I want to be able to convert

this

alpha = Sys.OleObject["Scripting.Dictionary"] to just regular python

 

Any help would be appreciated thanks