Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ComicBook - RuntimeError: cancelled
#6
(08-02-2023, 07:31 PM)Krikor Wrote: which was already a comment ➤ #!/usr/bin/env python.

The shebang AKA hashbang AKA "#!" is not really a comment, note ➤ they are together ➤ the "#" (hash) and the "!" (bang)
the hashbang/shebang is here to define the environment/interpreter in a unix system (Linux, macOS), if you have different versions of python installed, /usr/bin/env will make sure the interpreter used is the first one on your environment's $PATH

https://www.google.com/search?channel=fs...env+python

Anyway, I'm on Linux and it is not working either, I got the very same error, thus there is nothing to remove or comment Wink
I think the last time I used it I was on GIMP 2.10.22 or 28, and it was working, now I'm on GIMP 2.10.34 same error as you,
BUT I don't think that's the problem.

Look before the last line on the error, it is calling plug_in_gmic_qt Wink
The script seems to call a G'MIC thing that has changed in G'MIC (I'm using G'MIC 3.2.6), that could be the problem, the update of G"MIC... Idea
But I'm no programmer, thus all I wrote can be BS Big Grin

Code:
pdb.plug_in_gmic_qt(img, layer, 1, 0, '-fx_curves_interactive 7,0,1,7,0,0,'+pointLum+',100,100,-1,0,0,'+pointSat+',100,100,-1,0,0,100,100,-1,0,0,100,100,-1,')

   
Patrice
Reply


Messages In This Thread
ComicBook - RuntimeError: cancelled - by Krikor - 08-02-2023, 01:18 PM
RE: ComicBook - RuntimeError: cancelled - by PixLab - 08-03-2023, 12:18 AM

Forum Jump: