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


Groups > comp.lang.python > #85793 > unrolled thread

PythonMagick on Windows DLL load failed

Started byjulien levasseur <julien.levasseur@gmail.com>
First post2015-02-16 13:17 +0100
Last post2015-02-16 13:17 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#85793 — PythonMagick on Windows DLL load failed

Fromjulien levasseur <julien.levasseur@gmail.com>
Date2015-02-16 13:17 +0100
SubjectPythonMagick on Windows DLL load failed
Message-ID<mailman.18819.1424268027.18130.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web