Dear Community,
I tried to use a Python script to create an Abaqus part. Initially we have to import the modules with statements such as
"from abaqus import *" and "from abaqusConstants import *"
. When I try to do so, I get a
"ModuleNotFoundError: No module named abaqus".
I was wondering, has anyone tried Python scripting, and faced the same issue? Is there anything separate we have to download?