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


Groups > comp.lang.python > #85793

PythonMagick on Windows DLL load failed

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <julien.levasseur@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'win32': 0.03; 'importerror:': 0.07; 'failed:': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'clues': 0.16; 'command-line': 0.16; 'subject:failed': 0.16; 'bit': 0.19; 'import': 0.22; 'load': 0.23; 'dll': 0.24; 'question': 0.24; 'url:edu': 0.26; 'skip:_ 20': 0.27; '2010,': 0.27; 'installed': 0.27; 'skip:& 60': 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; '(most': 0.33; 'skip:_ 10': 0.34; 'tool': 0.35; 'received:google.com': 0.35; 'skip:" 50': 0.36; 'url:org': 0.36; 'application': 0.37; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'more': 0.64; 'detail.': 0.68; 'jul': 0.74
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=pp8uaPXM7UmyN0BJ2z/1Df5cQtXBodpatUOU/UebdNc=; b=TldsqbygT1rc3JCLxs0Lz0fgdMqjo7rMwGTRmoxSjAWJrub/T6FH9vUBBeaKhRKTUi nayJyL/e9zrGhfgMxQHS3IPjbHUiGOt4J8xX+PQND/xioERGAHe8lWXz+EuwZgwA38tX DeFoZ66gwX3sPZdFDRMh75VnMYXn/3JHLg/XVm+X7FKnRy98S5AEYhNpfuoAOWbYI+zz 6AwwUQ1NNxAf12HRcG610cYJdQDtwzoLmDaKoiER2ccqaLRdsiwsszVnxyPOSwdIiKzK H1fphe6ySkzVxH4Hprp84ZJRTrPOZiFGi4hxBhnStnmCswKTJFWyT6n16132UQYFGvDU Kdug==
X-Received by 10.152.182.196 with SMTP id eg4mr17041428lac.70.1424089109423; Mon, 16 Feb 2015 04:18:29 -0800 (PST)
MIME-Version 1.0
From julien levasseur <julien.levasseur@gmail.com>
Date Mon, 16 Feb 2015 13:17:49 +0100
Subject PythonMagick on Windows DLL load failed
To python-list@python.org
Content-Type multipart/alternative; boundary=001a11349e367eec1c050f339585
X-Mailman-Approved-At Wed, 18 Feb 2015 15:00:26 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18819.1424268027.18130.python-list@python.org> (permalink)
Lines 111
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1424268027 news.xs4all.nl 2929 [2001:888:2000:d::a6]:46178
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 8905
X-Received-Body-CRC 3138268918
Xref csiph.com comp.lang.python:85793

Show key headers only | 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