Mobile app version of vmapp.org
Login or Join
RJPawlick971

: Issue in execution of Gimp's Python-fu scripts I followed steps in http://www.gimpusers.com/tutorials/install-python-for-gimp-2-6-windows, installing following 32-bits installers: GIMP 2.6.11, Python 2.6.6,

@RJPawlick971

Posted in: #Gimp

I followed steps in www.gimpusers.com/tutorials/install-python-for-gimp-2-6-windows, installing following 32-bits installers: GIMP 2.6.11, Python 2.6.6, PyGtk all-in-one.

Gimp recognized Python and PyGtk were installed in computer and now shows that option on Tools menu.

But when I tried to run this script in www.jamesh.id.au/software/pygimp/structure-of-plugin.html , line-by-line, I got some errors in commands below.

Any idea how to solve that?

have_gimp11 = gimp.major_version > 1 or
gimp.major_version == 1 and gimp.minor_version >= 1

and

main()

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick971

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie844

according to me its related to version please check this documentation


GIMP Python Documentation
Gimp-Python from jamesh


Sorry if you don't find this answers useful :|

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme