PythonMagick 0.3 beta

Achim Domma achim.domma at syynx.de
Sun Dec 15 17:26:09 EST 2002


The next version of PythonMagick is nearly finished. The main difference to
the last version is that it uses a more recent version of ImageMagick and
will work on Linux. If somebody is interested in testing it, here are the
instructions for downloading and installation:

Windows Users
=============
1. Download ImageMagick 5.5.1 for windows, either from
http://www.imagemagick.org or from
http://www.procoders.net/download.php?fname=ImageMagick-5.5.1-3-Q16-windows.
exe, and install it.
2. Download PythonMagick 0.3 beta from
http://www.procoders.net/download.php?fname=PythonMagick-0.3beta.win32.exe
and install it.
3. See python22/Lib/site-packages/PythonMagick/examples for some examples.

Linux Users
===========
1. Download the ImageMagick sources for version 5.5.1 (5.5.2 should also
work) from http://www.imagemagick.org or from
http://www.procoders.net/download.php?fname=ImageMagick-5.5.1-6.tar.gz and
build it. Make shure you build it as shared libraries.
2. Download the sources for PythonMagick 0.3 beta from
http://www.procoders.net/download.php?fname=PythonMagickSrc-0.3beta.zip.
There is a short ReadMe on how to build PythonMagick. You will need to
checkout the latest boost version via CVS, so you might have problems, if
you are behind a firewall.

I really appreciate any feedback!

regards,
Achim





More information about the Python-list mailing list