Menu

#7 GtkRawGallery startup error once again

open
nobody
None
5
2009-07-20
2009-07-20
No

After installing GRG (with newest Exiftools and Dcraw), this is what I see after running gtkrawgallery:

Traceback (most recent call last):
File "/usr/local/share/gtkrawgallery/gtkrg_loader.py", line 28, in load_magickwand
from pythonmagickwand.api import version
File "/usr/local/share/gtkrawgallery/pythonmagickwand/api.py", line 4296, in <module>
MagickFunctionImage = _lib.MagickFunctionImage
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: MagickFunctionImage

Discussion

  • krzysztof pijarski

    I forgot to add, I am running Ubuntu Jaunty 32-bit

     
  • Daniele Isca

    Daniele Isca - 2009-07-20

    Install a newer imagemagick version!

     
  • Daniele Isca

    Daniele Isca - 2009-07-20

    You need at least imagemagick 6.4.8-8 version.
    I will update dependencies' list soon.

     
  • krzysztof pijarski

    hm, I do have 6.4.5.4... I tried reinstalling imagemagick and it worked (I don't know why) but now I get this:
    kris@kris-laptop:~$ gtkrawgallery
    Traceback (most recent call last):
    File "/usr/local/share/gtkrawgallery/gtkrg_loader.py", line 129, in load_module
    return getattr(__import__(name), 'Sqlite')
    AttributeError: 'module' object has no attribute 'Sqlite'
    kris@kris-laptop:~$ gtkrawgallery
    Traceback (most recent call last):
    File "/usr/local/share/gtkrawgallery/gtkrg_loader.py", line 129, in load_module
    return getattr(__import__(name), 'Sqlite')
    AttributeError: 'module' object has no attribute 'Sqlite'

    but I do have sqlite (3.6.14), python-pysqlite2 (2.5), python-sqlite (1.0.7), libsqlite0 (2.8.17), libsqlite3-0 (3.6.14)....

     
  • krzysztof pijarski

    what is funny is that it started working from the directory extracted from the package, but not from the proper install... I don't understand ths at all but at least it works, thank you

     

Log in to post a comment.