Package Details: python2-gimp 2.10.36-2

Git Clone URL: https://aur.archlinux.org/python2-gimp.git (read-only, click to copy)
Package Base: python2-gimp
Description: Python 2 plugins support for GIMP
Upstream URL: https://www.gimp.org/
Keywords: gimp
Licenses: GPL-3.0-only AND LGPL-3.0-only
Submitter: City-busz
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 20
Popularity: 1.12
First Submitted: 2020-03-18 20:49 (UTC)
Last Updated: 2024-04-02 06:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

HurricanePootis commented on 2021-10-28 03:00 (UTC) (edited on 2021-10-28 03:02 (UTC) by HurricanePootis)

@MangoMan, gobject is not a package, it is a part of the glib2 library, which is in the core repo, and is practically required by every app, so you should have it installed. Furthermore, the gimp package has glib already listed as a dependency, meaning you should have glib2 installed before building python2-gimp, as gimp is a dependency of this package.

If you are having build errors, before marking my package out of date, please put actual debugging info, or an error message, so we can work this out.

Please, and thank you.

P.S. I was able to compile python2-gimp as it goes right now. If you are having problems, please post an error. I can't really know what's truly wrong if you just say gobject is not included in pygtk

MangoMan commented on 2021-10-27 14:20 (UTC)

gobject is not included in pygtk

MangoMan commented on 2021-10-26 20:11 (UTC)

@maderios

I updated and rebooted my system twice. when I run gimp I get the output below. after checking the output there is missing dependency or wrongly copied.

maderios commented on 2021-10-26 19:00 (UTC)

@MangoMan It builds fine for me. Update your Arch system?

MangoMan commented on 2021-10-26 17:18 (UTC) (edited on 2021-10-26 20:14 (UTC) by MangoMan)

there is an error that some modules can not be loaded

Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/spyro_plus/spyro_plus.py", line 18, in <module>
    from gimpshelf import shelf
  File "/usr/lib/gimp/2.0/python/gimpshelf.py", line 40, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/python-eval/python-eval.py", line 19, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/python-console/python-console.py", line 19, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/py-slice/py-slice.py", line 30, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/palette-to-gradient/palette-to-gradient.py", line 16, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/palette-sort/palette-sort.py", line 17, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/palette-offset/palette-offset.py", line 16, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/histogram-export/histogram-export.py", line 40, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/gradients-save-as-css/gradients-save-as-css.py", line 25, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/foggify/foggify.py", line 19, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/file-openraster/file-openraster.py", line 20, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/usr/lib/gimp/2.0/plug-ins/colorxhtml/colorxhtml.py", line 24, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/home/user/.config/GIMP/2.10/plug-ins/tokenBlack.py", line 4, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/home/user/.config/GIMP/2.10/plug-ins/blackout_token.py", line 4, in <module>
    from gimpfu import *
  File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
    import gimp
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error

HurricanePootis commented on 2021-04-13 15:04 (UTC) (edited on 2021-04-13 15:06 (UTC) by HurricanePootis)

@orlfman, it build perfectly on both of my Arch systems. Make sure your dependencies are up to date and there's absolutely nothing jank about your install. I don't maintain the source code, all I do is maintain the PKGBUILD. Sorry.

orlfman commented on 2021-04-13 01:15 (UTC)

failing to build here on arch. https://pastebin.com/1rcwyDBR

HurricanePootis commented on 2021-04-12 04:18 (UTC)

@mikegb gegl is on version 4.30 on official Arch-repos. If you are on manjaro, try install gegl-git from the AUR, then try building again.

mikegb commented on 2021-04-09 17:58 (UTC)

I'm unable to update (in pamac) eventually getting a version error in gegl (installed 0.4.28 from Official Repositories [extra]) requires >0.4.30

HurricanePootis commented on 2021-04-03 03:53 (UTC)

I updated the PKGBUILD to allow the latest autoconf; thanks fleger for telling me this.