papaspiro / django-dms

Automatically exported from code.google.com/p/django-dms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ImageMagick error: [Errno 2] No such file or directory #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed small
2. Trying to display a thumbnail in a template
3. Failing in sorl on this line:
            p = Popen((self.convert_path, '-size', '%sx%s' % (x,y),
                '-antialias', '-colorspace', 'rgb', '-format', 'PNG24',
                '%s[0]' % filename, tmp), stdout=PIPE)

But the filename exists with zero size so not clear to me what the problem is.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
downloaded 21apr10

Please provide any additional information below.

running on osx 2.6 snow leopard with python 2.5

Original issue reported on code.google.com by phoebebr...@gmail.com on 22 Apr 2010 at 12:09