Results 1 to 10 of 30

Thread: [HowTo] python plugins and GIMP with Windows

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guild Artisan Facebook Connected
    Join Date
    May 2008
    Location
    Atlanta, Georgia, United States
    Posts
    928

    Post

    Okay, so I finally found time to get around to trying to install Python so I can use the python scripts in GIMP. (Until now, I'd just accumulated a bunch of scripts in my downloads folder.)

    So... apparently I ran into a problem. I installed Python, no problem, I now have Python on my system. It's not Python 2.5.2, but 2.5.4, as that was the only 2.5-level version available on that site.

    Then I installed gtk+. When I went to the runtime link, it sent me to a place where I downloaded gtk-2.12.9-win32-1. So I installed that.

    Next for the other three, PyCairo, PyGTK, and PyGObject.

    There were several selections available here, some ending with a file name descriptor of py2.6 and some with a descriptor of py2.5. I went with the 2.5 versions.

    When I installed each of these, I got a succession of three error messages. I didn't keep an accurate note of what these errors were. It was the same three for each item, and started with a "could not create... yada yada yada".

    I clicked "OK" through the errors, and it completed the install. Apparently, not really, though, it just told me it did.

    So, I have a few python scripts now sitting in my GIMP Scripts folder (same place as all the scm files that are showing just fine), but I can find none of the scripts. I'm guessing... something went wrong with the install. I had reinstalled GIMP as directed, and it did not have the Python options greyed-out, so I assumed that despite the three error messages mentioned above, maybe everything was alright. But alas, it is not.

    So... What do you think I did wrong? I'm guessing the problem must have been with the GTK+... but I'm not sure.
    I think, therefore I am a nerd.
    Cogito, ergo sum nerdem.

    Check out my blog: "The Undiscovered Author"
    It's the story of a writer... follow me in my simple quest to get published, and share your own writing stories, adventures and writerly tips.

    Pimping my worldmap here. Still WIP... long way to go, but I'm pretty proud of what I've done so far...

  2. #2
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Post

    Quote Originally Posted by Karro View Post
    Okay, so I finally found time to get around to trying to install Python so I can use the python scripts in GIMP. (Until now, I'd just accumulated a bunch of scripts in my downloads folder.)

    So... apparently I ran into a problem. I installed Python, no problem, I now have Python on my system. It's not Python 2.5.2, but 2.5.4, as that was the only 2.5-level version available on that site.

    Then I installed gtk+. When I went to the runtime link, it sent me to a place where I downloaded gtk-2.12.9-win32-1. So I installed that.

    Next for the other three, PyCairo, PyGTK, and PyGObject.

    There were several selections available here, some ending with a file name descriptor of py2.6 and some with a descriptor of py2.5. I went with the 2.5 versions.

    When I installed each of these, I got a succession of three error messages. I didn't keep an accurate note of what these errors were. It was the same three for each item, and started with a "could not create... yada yada yada".

    I clicked "OK" through the errors, and it completed the install. Apparently, not really, though, it just told me it did.

    So, I have a few python scripts now sitting in my GIMP Scripts folder (same place as all the scm files that are showing just fine), but I can find none of the scripts. I'm guessing... something went wrong with the install. I had reinstalled GIMP as directed, and it did not have the Python options greyed-out, so I assumed that despite the three error messages mentioned above, maybe everything was alright. But alas, it is not.

    So... What do you think I did wrong? I'm guessing the problem must have been with the GTK+... but I'm not sure.

    The most important thing I found was you have to reboot after installing Python before you install anything else. Worst case scenario, install something without errors in the order listed and reboot before trying the next thing.
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •