alan14
Mechanical
- Feb 26, 2006
- 13
hi all,
i am trying to start Abaqus with a python script directly from the command prompt using the command:
abaqus python name.py
where name is the python file name.
I am getting an import error:
C:\Abaqus\Commands>abaqus python shelf.py
Traceback (most recent call last):
File "shelf.py", line 1, in ?
from abaqus import *
File "Python/abaqus.py", line 12, in ?
ImportError: ababltin failed to import
it has to do with the import command(from abaqus import *). when i start abaqus cae and try to run the same script from cae everything works just fine.
please help.
thx in a advance.
i am trying to start Abaqus with a python script directly from the command prompt using the command:
abaqus python name.py
where name is the python file name.
I am getting an import error:
C:\Abaqus\Commands>abaqus python shelf.py
Traceback (most recent call last):
File "shelf.py", line 1, in ?
from abaqus import *
File "Python/abaqus.py", line 12, in ?
ImportError: ababltin failed to import
it has to do with the import command(from abaqus import *). when i start abaqus cae and try to run the same script from cae everything works just fine.
please help.
thx in a advance.