<type 'exceptions.IndexError'> | Python 2.7.12: /usr/bin/python Thu Jul 3 00:14:49 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/html/ceu/app/crt_clst/carta_astronomia_blog_br.py in |
74 mmesier = True if sys.argv[23]=="S" else False #Objetos Messier: S ou N |
75 mmesier_qtd= sys.argv[24] #Quantidade de objetos Messier: 6,8,9 ou T |
=> 76 mngc = True if sys.argv[25]=="S" else False #Objetos NGC: S ou N |
77 mngc_qtd = sys.argv[26] #Quantidade de objetos NGC: 7,9,11 ou T |
78 |
mngc undefined, builtin True = True, sys = <module 'sys' (built-in)>, sys.argv = ['app/crt_clst/carta_astronomia_blog_br.py', 'pt', 'CARTA10.3.99.711751512489777579167', '950', 'S', 'N', 'S', 'S', 'S', 'C', 'S', 'S', 'N', '-22.978183', '-43.23028799999997', '//', '::', '-3', 'I', 'N', ...], builtin False = False |
<type 'exceptions.IndexError'>: list index out of range
args =
('list index out of range',)
message =
'list index out of range'