imagemagick (ie, convert) has a policy.xml file that stops you from accessing any resource that starts with '@'.
type 'identify -list policy' the first line should tell you where your policy.xml file is located. My policy.xml file is lcoated at /etc/ImageMagick-6/policy.xml open that file, and goto to the end and comment out (or remove the line that reads) <policy domain="path" rights="none" pattern="@*" /> since this is xml, you can comment out this line by appending the line with <!-- and ending it with --> Hope this helps! On Thu, Feb 23, 2017 at 1:05 AM, <snt...@gmail.com> wrote: > On Thursday, January 26, 2017 at 8:12:24 AM UTC+5:30, Tony Chen wrote: > > On Wednesday, January 25, 2017 at 8:34:01 PM UTC+13, Chris Angelico > wrote: > > > On Wed, Jan 25, 2017 at 6:22 PM, Tony Chen <tonytonytony0...@gmail.com> > wrote: > > > > This error can be due to the fact that ImageMagick is not installed > on your computer, or (for Windows users) that you didn't specify the path > to the ImageMagick binary in file conf.py, or.that the path you specified > is incorrect > > > > > > So... is ImageMagick installed? > > > > > > ChrisA > > > > Okay... Yes it's installed. This problem has been solved haha. Thank you > for replying. > > Hi Tony, > same issue facing by me. kindly help me > please list the solution > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list