hernanchavezthielemann / GRO2LAM

Gromacs to Lammps simulation converter
MIT License
65 stars 19 forks source link

installation is not successful due to bug in setup file. #18

Closed sabiharustam closed 5 years ago

sabiharustam commented 5 years ago

Describe the bug in the setup file :

  1. line 18: print function missing parenthesis.
  2. line 45: print 'Checking installation files for {}'.format(version) . Gives syntax error, still, cause of missing parenthesis.
  3. There are lots of print commands that are missing the parenthesis.
  4. After I manually added parenthesis to all the print commands, there was another error message. Please see screenshots.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'README.md' on the main page.
  2. In step by step installation information.
  3. Scroll down to '~$ python setup'
  4. execution of the command gives you the error listed above.

Expected behavior Be able to run the setup file without error.

Screenshots After manually adding the parenthesis to print function. Rerunning the setup gives me this error message. image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Try to isolate the issue ;)

hernanchavezthielemann commented 5 years ago

Hi Sabiha,

Thank you for this nice bug report!

Everything is ultra clear:

Solution:

Best regards, Hernan