Good day to all. I am running the g_mmpbsa module from Rishi Kumar
I am getting this issue. I think it may be related to python. I have python 3 installed in my system
python -m ../MmPbSaStat.py energy_MM.xvg -p polar.xvg -a apolar.xvg
/usr/bin/python: Relative module names not supported
I tried just to traceback if the python was recognising the file, i get the following wrror
python3 -m MmPbSaStat.py
/usr/bin/python3: Error while finding module specification for 'MmPbSaStat.py' (ModuleNotFoundError: __path__ attribute not found on 'MmPbSaStat' while trying to find 'MmPbSaStat.py')
Traceback (most recent call last):
File "../MmPbSaStat.py", line 39, in
from builtins import range
ImportError: No module named builtins
anybody had the issue and resolved it?
Thank you
Regards