View Single Post
Old 07-01-2008, 08:19 PM   #143
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,490
Karma: 28005164
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
On linux the most robust way to load the magickwand library would be

Code:
ctypes.cdll.LoadLibrary(ctypes.util.find_library('MagickWand'))
kovidgoyal is online now   Reply With Quote