Open boritzwerink opened 1 month ago
In line 94 of the odb_access.py file change:
print 'working on stress entry ', entry.nodeLabel, ' : %d of %d'%(i,len(fieldValues))
to
print('working on stress entry ', entry.nodeLabel, ' : %d of %d'%(i,len(fieldValues)))
Leaving open - root cause is abaqus python in Abaqus 2024 has changed to Python 3.x instead of 2.x used for all preceding versions.
abaqus python
In line 94 of the odb_access.py file change:
print 'working on stress entry ', entry.nodeLabel, ' : %d of %d'%(i,len(fieldValues))
to
print('working on stress entry ', entry.nodeLabel, ' : %d of %d'%(i,len(fieldValues)))