Search found 2 matches

by aklhfex
2012-01-25T12:47:38-07:00
Forum: Bugs
Topic: PythonMagick fails to configure
Replies: 5
Views: 13358

Re: PythonMagick fails to configure

Looks like there are a couple of other fixes used too:

Code: Select all

sed -e "s/AM_PATH_PYTHON(3.1)/AM_PATH_PYTHON(2.6)/" -i configure.ac
sed -e "s/import _PythonMagick/from . import _PythonMagick/" -i PythonMagick/__init__.py 
by aklhfex
2012-01-25T12:40:19-07:00
Forum: Bugs
Topic: PythonMagick fails to configure
Replies: 5
Views: 13358

Re: PythonMagick fails to configure

Have you tried the patches carried by Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/pythonmagick/files/pythonmagick-0.9.1-use_active_python_version.patch?revision=1.1&view=markup http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/pythonmagick/files/py...