ThisMustBeAJoke
Structural
- Jan 1, 2021
- 9
Hi , i imported comtypes.client and tried to start with:
ETABSObject = comtypes.client.GetActiveObject("CSI.ETABS.API.ETABSObject")
SapModel = ETABSObject.SapModel
but i got OSError so searched and found these article thread802-455667 but unfortunatelly this didn't work too. The error were saying cytypes can't be strings etc.
Please help me.
ETABSObject = comtypes.client.GetActiveObject("CSI.ETABS.API.ETABSObject")
SapModel = ETABSObject.SapModel
but i got OSError so searched and found these article thread802-455667 but unfortunatelly this didn't work too. The error were saying cytypes can't be strings etc.
Please help me.