Discussion:
readmagick module has got a syntax error
Luis Pedro Coelho
2013-04-08 12:42:30 UTC
Permalink
Hi Marco,

The problem is that readmagick does not support Python3. It wouldn't be too hard to fix that bug and I might do it, but I think you may want to look at imread (https://github.com/luispedro/imread) or imageio https://pypi.python.org/pypi/imageio/0.4

These are better long term solutions, anyway, as readmagick is a zombie project.

HTH
--
Luis Pedro Coelho

LxMLS 2013: http://lxmls.it.pt/2013/
File: Setup.py Line 49
''' % errors
Syntax Error: invalid syntax
What's wrong?
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
marco pagliotta
2013-04-08 10:43:50 UTC
Permalink
When i try to run: python setup.py install i got syntax error:

File: Setup.py Line 49
''' % errors

Syntax Error: invalid syntax


What's wrong?
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...