Originally posted by: AyappanP
The error message shows this file "/opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/expat.py" which comes from python-xml rpm.
This package comes with its own modules which is not compatible with recent python versions.
python_64 -v /opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/expat.py
....
....
# trying /opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/pyexpat.so
dlopen("/opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/pyexpat.so", 2);
/opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/expat.py:4: RuntimeWarning: Python C API version mismatch for module pyexpat: This Python has API version 1013, module pyexpat has version 2.
from pyexpat import *
Segmentation fault(coredump)
# rpm -qf /opt/freeware/lib64/python2.7/site-packages/_xmlplus/parsers/pyexpat.so
python-xml-0.8.4-1.ppc
#AIX-Open-Source-Software#AIXOpenSource