Goodman-lab / DP5

Python workflow for DP5 and DP4 analysis of organic molecules
Other
174 stars 101 forks source link

Improves support for Windows and Python3 #10

Closed dcambie closed 4 years ago

dcambie commented 4 years ago

Overall small changes, mainly replacing hardcoded path separator (os.path.sep offer a platform-independent alternative), adding parenthesis to print statements and changes to improve the support of openbabel 3.0 (not complete)

KristapsE commented 4 years ago

Many thanks for this, I will look into testing and merging these over the next week!

KristapsE commented 4 years ago

Thank you! this should solve most of future issues with Windows and OpenBabel 3.0 support. I chose a different approach to keep the 2.4.1 support, but otherwise all good ideas!