I tried to install DALTON on a new system and could not run the setup script. It gave error as following
Code: Select all
File "./setup", line 364
os.makedirs(build_path, 0755)
^
SyntaxError: invalid token
Likely changes for Python3 would be on line numbers 364, 431, 480, 387, 208 and maybe more.
For line 364 0o755 is needed in place of 0755
For line 431, (msg) is needed in place of msg
Others I am not sure.
Thanks for your time.