Run a Catia macro with a python script
问题 I was looking for some help with handling Catia V5 with a python script from the windows PowerShell. I need help building a script that tells Catia to run a macro which I already recorded. Also, some help to find a command that closes or doesn't let message boxes appear would be greatly appreciated. 回答1: If I understand correctly, you're trying to run a recorded CATIA macro (.catvba?) and call it from Python which is called by PowerShell. I'll assume your PowerShell calling Python is working