Roberto,

I did a "sphinx-quickstart" and patched the make.bat file to support the
pdf builder (copied doctest section and changed doctest to pdf).

When running make I get:

Extension error:
Could not import extension rst2pdf.pdfbuilder (exception: No module
named rst2pdf.pdfbuilder)

Added the following to conf.py

import pkg_resources
pkg_resources.require("rst2pdf") # get latest version
import rst2pdf

Then it runs.

If I do a "make html" all is fine, but "make pdf" I get the error
mentioned in the last email, however the pdf is built (which is a step
further then I get with my project).

Attaching a Zip is not allowed, I'll send it to you directly.

Hope this helps
Werner



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to