Jope
Mechanical
- Oct 2, 2007
- 3
How do I access the mdb object with only the python prompt (without launching the GUI)
I have tried importing in the abaqus module in the python interpreter, and the following happens:
$ abaqus python
Python 2.0 (#0, Sep 24 2005, 01:06:13)
[GCC Intel(R) C++ gcc 3.0 mode] on linux2
Type "copyright", "credits" or "license" for more information.
>>>
>>> from abaqus import *
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "Python/abaqus.py", line 12, in ?
ImportError: ababltin failed to import
>>>
Someone had a similar problem in the thread thread799-152996 but I'm not helped by it.
I have tried importing in the abaqus module in the python interpreter, and the following happens:
$ abaqus python
Python 2.0 (#0, Sep 24 2005, 01:06:13)
[GCC Intel(R) C++ gcc 3.0 mode] on linux2
Type "copyright", "credits" or "license" for more information.
>>>
>>> from abaqus import *
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "Python/abaqus.py", line 12, in ?
ImportError: ababltin failed to import
>>>
Someone had a similar problem in the thread thread799-152996 but I'm not helped by it.