Hello,
My question is around an error on python : no module Named 'odbAccess'.
I have started with these lines :
import sys
import odbAccess
import numpy as np
from odbAccess import *
from abaqusConstants import *
from types import IntType
from numpy import array
For information, this script is running when I use the command Run script with abaqus and the error appears when I run directly with python.
I would be very grateful if you help me to solve this problem.
Thank you
My question is around an error on python : no module Named 'odbAccess'.
I have started with these lines :
import sys
import odbAccess
import numpy as np
from odbAccess import *
from abaqusConstants import *
from types import IntType
from numpy import array
For information, this script is running when I use the command Run script with abaqus and the error appears when I run directly with python.
I would be very grateful if you help me to solve this problem.
Thank you