Author Topic: NLScopeExecutionError: global name 'len' is not defined  (Read 3127 times)

0 Members and 1 Guest are viewing this topic.

Offline sergio

  • Heavy QuantumATK user
  • ***
  • Posts: 56
  • Reputation: 0
    • View Profile
Hi,

I am using ATK 11.2.2. I have written a script (regarding construction of a bulk configuration) which works, without any problem, upon sending it directly to the job manager. However when I drop it on "Builder" or "Viewer" it gives an error:
 
global name 'len' is not defined

In detailed error:

Traceback (most recent call last):
  File "./zipdir/NL/GUI/DragAndDrop/DropReceiver.py", line 41, in handleDrop
  File "./zipdir/NL/NanoLanguage/ScopeExecuter.py", line 59, in execute
NLScopeExecutionError: global name 'len' is not defined

Thanks for you reply.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5413
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: NLScopeExecutionError: global name 'len' is not defined
« Reply #1 on: April 23, 2011, 09:21 »
Must be a small syntax error, however I need to see the script to fix it.