david48481
3 years agoNew Member
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