Menu

gtkrawgallery crashes immediately

NewMikey
2008-11-18
2013-04-04
  • NewMikey

    NewMikey - 2008-11-18

    Konsole shows:

    Traceback (most recent call last):
      File "./gtkrawgallery.py", line 71, in <module>
        from pythonmagickwand.image import Image as MagickImage
      File "/home/mike/gtkrawgallery-0.9.3/pythonmagickwand/image.py", line 2, in <module>
        from pythonmagickwand import api, wand, color
      File "/home/mike/gtkrawgallery-0.9.3/pythonmagickwand/api.py", line 4222, in <module>
        MagickExtentImage=_lib.MagickExtentImage
      File "/usr/lib/python2.5/ctypes/__init__.py", line 361, in __getattr__
        func = self.__getitem__(name)
      File "/usr/lib/python2.5/ctypes/__init__.py", line 366, in __getitem__
        func = self._FuncPtr((name_or_ordinal, self))
    AttributeError: /usr/lib/libWand-10.4.0.so.0: undefined symbol: MagickExtentImage

    Have you tried this on any distro other than Ubuntu? I run PCLinuxOS so I assume different library functions may cause this, primary issue may be IM which is still 6.2.9

     
    • BOUY MICHEL

      BOUY MICHEL - 2009-04-23

      Hello,

      After upgrading to Jaunty Jactallope, Gtkraw gallery crashes immediately with this message:

      michel@SAPAJOU:~/Bureau/GtkRawGallery$ ./gtkrawgallery.py
      Traceback (most recent call last):
        File "./gtkrawgallery.py", line 71, in <module>
          from pythonmagickwand.image import Image as MagickImage
        File "/home/michel/Bureau/GtkRawGallery/pythonmagickwand/image.py", line 2, in <module>
          from pythonmagickwand import api, wand, color
        File "/home/michel/Bureau/GtkRawGallery/pythonmagickwand/api.py", line 1652, in <module>
          DrawPrimitive = _lib.DrawPrimitive
        File "/usr/lib/python2.6/ctypes/__init__.py", line 366, in __getattr__
          func = self.__getitem__(name)
        File "/usr/lib/python2.6/ctypes/__init__.py", line 371, in __getitem__
          func = self._FuncPtr((name_or_ordinal, self))
      AttributeError: /usr/lib/libMagickWand.so.1: undefined symbol: DrawPrimitive
      michel@SAPAJOU:~/Bureau/GtkRawGallery$

      Where is the problem ?

      Thanks

       
    • Daniele Isca

      Daniele Isca - 2009-04-24

      Hello,
      what is the imagemagick version? Please, see the README for dependencies.
      IM developers alwayse change library names so you have to respect indicated version.
      Next GTKRawGallery version will be updated to IM 6.5.0.
      Regards
      Daniele

       
    • BOUY MICHEL

      BOUY MICHEL - 2009-04-24

      My version of IM est the 7.6.4.

      Thanks

      Michel

       

Log in to post a comment.