pombreda / rst2pdf

Automatically exported from code.google.com/p/rst2pdf
Other
0 stars 0 forks source link

PIL not included as a dependency in setup.py #415

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a vanilla installation of Python without PIL
2. Use rst2pdf to generate a PDF of an RST which includes an image directive 
(to a .gif for example)

What is the expected output? What do you see instead?
The PDF contains a placeholder image in place of the required image & an error 
is logged to stderr.

Please answer the following questions, they are *very* important:

* Version of rst2pdf?
0.16

* Version of reportlab?
2.5

* Are you using wordaxe, and if true, what version?
no

* Are you using rst2pdf with Sphinx, and if true, what version?
no

Original issue reported on code.google.com by richard....@gmail.com on 25 Aug 2011 at 12:56

GoogleCodeExporter commented 9 years ago
PIL is on setup.py. 

However it's not a strict dependency, but an optional one (ie: JPEG images will 
still work). Also, you can use other things instead of PIL, like PythonMagick.

Original comment by roberto.alsina on 25 Aug 2011 at 1:18