joakimg
Industrial
- Jun 12, 2007
- 1
Hi
Im currently writing a plugin to manage the mdb database from a custom GUI. But when I try to store data in the mdb I cant access the constructors etc. My guess is that the problem lies in the import section. Im trying to import "material" using the following commands:
"from abaqus import *
....
import material"
But when I try to run ABAQUS I get the following error message:
"File C:\ABAQUS\6.6-1\abaqus_plugins\matDB_plugin:
ImportError: ababltin failed to import"
Im currently writing a plugin to manage the mdb database from a custom GUI. But when I try to store data in the mdb I cant access the constructors etc. My guess is that the problem lies in the import section. Im trying to import "material" using the following commands:
"from abaqus import *
....
import material"
But when I try to run ABAQUS I get the following error message:
"File C:\ABAQUS\6.6-1\abaqus_plugins\matDB_plugin:
ImportError: ababltin failed to import"