Author Topic: question on script error  (Read 2582 times)

0 Members and 1 Guest are viewing this topic.

Offline kaypu

  • QuantumATK Guru
  • ****
  • Posts: 135
  • Country: 00
  • Reputation: 1
    • View Profile
question on script error
« 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

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5531
  • Country: dk
  • Reputation: 90
    • View Profile
    • QuantumATK at Synopsys
Re: question on script error
« Reply #1 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.

Offline kaypu

  • QuantumATK Guru
  • ****
  • Posts: 135
  • Country: 00
  • Reputation: 1
    • View Profile
Re: question on script error
« Reply #2 on: October 27, 2012, 13:43 »
thank you professor Anders