hernanchavezthielemann / GRO2LAM

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

Compatibility with Python3? #48

Closed KevinKongWisc closed 2 years ago

KevinKongWisc commented 2 years ago

Hi, is there any possibility that a python3 version will be released? Thank you!

hernanchavezthielemann commented 2 years ago

Hi @KevinKongWisc,

Thanks for your question. Indeed the released beta-beta version works just fine in python3. I just have to do some formality checks and change a little the setup to ask for tkinter package in python3, but I think that package comes by default now, so GRO2LAM should work if you have a healthy installation of python3. You can install the beta-beta with the following command line in Linux:

wget https://raw.githubusercontent.com/hernanchavezthielemann/utils/master/grotolam/G2L_iBeta && bash G2L_iBeta

Best regards, Hernan