Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85807 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-02-18 13:50 -0500 |
| Last post | 2015-02-18 13:50 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: PythonMagick on Windows DLL load failed Terry Reedy <tjreedy@udel.edu> - 2015-02-18 13:50 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-02-18 13:50 -0500 |
| Subject | Re: PythonMagick on Windows DLL load failed |
| Message-ID | <mailman.18828.1424285459.18130.python-list@python.org> |
On 2/16/2015 7:17 AM, julien levasseur wrote: > 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 *strongly* suggest that you update to 2.7.9. > 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 have used that site (most recently last July), I have directly downloaded and unzipped files. I see that nearly all .zips have since been replaced with .whl wheels. > 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. With 64 bit python, you must use 64 bit binaries. If so, search "side-by-side configuration is incorrect" (Google, etc). > Any clues on where do look? > Question on stackoverflow > http://stackoverflow.com/questions/28538973/pythonmagick-on-windows-dll-load-failed I see 'cgohlke', who I presume is the C. Gohlke who made the PythonMagick binary, has already given you his best guess. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web