fork download
  1. Traceback (most recent call last):
  2. File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 740, in response
  3. dialog.res = run_script(params)
  4. File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
  5. return apply(function, params)
  6. File "C:\Users\Masum Billal\AppData\Roaming\GIMP\2.10\plug-ins\antiquify.py", line 20, in antiquify
  7. pdb.file_pdf_save_multi(len(images), images, False, False, False, filename, filename)
  8. TypeError: subscript of wrong type
  9. C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py:812: GtkWarning: inner_clipboard_window_procedure: assertion 'success' failed
  10. gtk.main()
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.7/py_compile.py", line 143, in compile
    _optimize=optimize)
  File "<frozen importlib._bootstrap_external>", line 791, in source_to_code
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "./prog.py", line 1
    Traceback (most recent call last):
                         ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/py_compile.py", line 147, in compile
    raise py_exc
py_compile.PyCompileError:   File "./prog.py", line 1
    Traceback (most recent call last):
                         ^
SyntaxError: invalid syntax

stdout
Standard output is empty