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/
On Apr 8, 2013, at 12:43 PM, marco pagliotta wrote:
> 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...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>