RashmiKumari / g_mmpbsa

MM-PBSA method for GROMACS. For full description, please visit homepage:
http://rashmikumari.github.io/g_mmpbsa/
GNU General Public License v3.0
64 stars 59 forks source link

builtins module #11

Closed mohammad392 closed 6 years ago

mohammad392 commented 6 years ago

Hi All,

I executed the "python MmPbSaStat.py -m energy_MM.xvg -p polar.xvg -a apolar.xvg" command. But, I got the following error:

Traceback (most recent call last): File "MmPbSaStat.py", line 39, in from builtins import range ImportError: No module named builtins

Can you please help me figure this out?

Regards, Mohammad

hectormartinezdev commented 6 years ago

The builtins module comes from the package "future", so pip install future in your Python environment should solve the problem.