You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Users:
Dear Users
I want to use the python script for calculation of elastic properties as mentioned in the script, But I got this error message while running the script.please suggest solution.
File “ElasticProperties.py”, line 101
print "Voigt-Reuss-Hill bulk modulus (GPa): ", Kvrh
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
which version of Python do you use? I guess maybe the you use the Python3.x, but the syntax of (print) shows you should better be use Python2.x or comment use function <print()>
Dear Users:
Dear Users
I want to use the python script for calculation of elastic properties as mentioned in the script, But I got this error message while running the script.please suggest solution.
File “ElasticProperties.py”, line 101
print "Voigt-Reuss-Hill bulk modulus (GPa): ", Kvrh
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: