loki3000
Mechanical
- Sep 29, 2009
- 652
Hello,
i have a script that accesses the odb and gets some data from it. if i try to run it in abaqus (execfile()) it runs just fine, but if i run it from the cmd prompt, i get an error that there is no module by name odbAccess.
any idea how can i make it work? i've got no way of editing the path information (linux), so that won't do. Would the executeOnCaeStartup() function be of any use (that's IF i can access it)? i have the #!/usr/bin/python in the beginning of the file, yes.
any other ideas?
i have a script that accesses the odb and gets some data from it. if i try to run it in abaqus (execfile()) it runs just fine, but if i run it from the cmd prompt, i get an error that there is no module by name odbAccess.
any idea how can i make it work? i've got no way of editing the path information (linux), so that won't do. Would the executeOnCaeStartup() function be of any use (that's IF i can access it)? i have the #!/usr/bin/python in the beginning of the file, yes.
any other ideas?