Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85793

PythonMagick on Windows DLL load failed

From julien levasseur <julien.levasseur@gmail.com>
Date 2015-02-16 13:17 +0100
Subject PythonMagick on Windows DLL load failed
Newsgroups comp.lang.python
Message-ID <mailman.18819.1424268027.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

I am using Python 2.7 on Windows 8.1.

Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on
win32

I installed ImageMagick from imagemagick.org
<http://www.imagemagick.org/script/binary-releases.php#windows>

Then installed PythonMagick with pip from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pythonmagick

When I import PythonMagick it says:

Traceback (most recent call last):

  File "magic.py", line 2, in <module>

    import PythonMagick

  File "C:\Python27\lib\site-packages\PythonMagick\__init__.py", line 1, in
<module>

    from . import _PythonMagick

ImportError: DLL load failed: The application has failed to start because
its side-by-side configuration is incorrect. Please see the application
event log or use the command-line sxstrace.exe tool for more detail.


Any clues on where do look?


Question on stackoverflow
http://stackoverflow.com/questions/28538973/pythonmagick-on-windows-dll-load-failed



-- 
Julien Levasseur

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

PythonMagick on Windows DLL load failed julien levasseur <julien.levasseur@gmail.com> - 2015-02-16 13:17 +0100

csiph-web