QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: kaypu on October 27, 2012, 10:15

Title: question on script error
Post by: kaypu on October 27, 2012, 10:15
Dear QuantumWise staff:

    i use my script in atk 11.8, it did well.  nowaday, we update it to 12.2, when i submit the same script it shows as follow:
******************************************************************
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "./zipdir/NL/__init__.py", line 4, in <module>
  File "./zipdir/NLEngine.py", line 35, in <module>
  File "./zipdir/NLEngine.py", line 17, in swig_import_helper
ImportError: libGLU.so.1: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "opt00.py", line 10, in <module>
    vector_a = [10.0, 0.0, 0.0]*Angstrom
NameError: name 'Angstrom' is not defined
*******************************************************************
what's wrong with it ???

Regards
Title: Re: question on script error
Post by: Anders Blom on October 27, 2012, 11:30
libGLU is a required library for ATK 12.2 and later. You need to install it in your Linux system.
Title: Re: question on script error
Post by: kaypu on October 27, 2012, 13:43
thank you professor Anders