I am trying to write a python script to automate a task I do a lot - taking an image layer and creating rotated copies of that layer to make an animated GIF. I had
a very nice person write me a scheme script once, because scheme makes my eyes itch, but python looked like something I could get my head around (I certainly find it more readable...). I decided to port that script-fu file into python.
Anyway, I built a shell that doesn't really do anything so I could test the registration/installation before actually getting it to do any heavy work. BUt I cannot get it to show up in GIMP. I copied & modified the registration statement from the Meaningful Black script (which installed and works just fine), but I cannot get it to work.
I attach my script shell for examination. Can anyone tell me what (most likely simple) error I am making? Is there any syntax that must be followed to get the script to properly register?
Again, I am putting it in the right plug-ins directory, I have another .py file working, and copied that registration statement, but no luck. Help!