Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import question, GUI - Kernel access

Status
Not open for further replies.

joakimg

Industrial
Joined
Jun 12, 2007
Messages
1
Location
SE
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"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top