On Thursday 15 October 2009 11:43:23 werner wrote:
> Roberto,
> 
> Made a little bit of progress.
> 
> Added this to my conf.py:
> import pkg_resources
> pkg_resources.require("rst2pdf") # get latest version
> import rst2pdf
> 
> I am still getting "Builder name pdf not registered" 

You should not need to do anything like it. What happens if you do what the 
manual says and add 'rst2pdf.pdfbuilder' to your extensions?

For example:

extensions = ['sphinx.ext.autodoc','rst2pdf.pdfbuilder']

> [ERROR] createpdf.py:1344 Missing image file:
> C:\Dev\twcb-doc\_screenimages\initial.png [near line UNKNOWN in file
> UNKNOWN]

Well, does C:\Dev\twcb-doc\_screenimages\initial.png exist or not? If it 
doesn't exist, that's the problem. If it does... well, then it's a bug in 
rst2pdf and I would love a self-contained example of it.

> [ERROR] createpdf.py:1344 Missing image file:
> C:\Dev\twcb-doc\_images\tagPrintSampleLabel.png [near line UNKNOWN in
> file UNKNOWN]
> 
> Most of my image directives look like this:
> .. figure:: _screenimages/dialogProgramError.png
> 
>    :scale: 75
>    :align: center
>    :target: _images/dialogProgramError.png
>    :
>    |imagecaption|
> 
> Peaking at createpdf.py I wonder if this is just not yet supported?

Figures? They are supported.

-- 
 ("\''/").__..-''"`-. .         Roberto Alsina
 `9_ 9  )   `-. (    ).`-._.`)  KDE Developer (MFCH)
 (_Y_.)' ._   ) `._`.  " -.-'  http://lateral.netmanagers.com.ar 
  _..`-'_..-_/ /-'_.'     The 6,855th most popular site of Slovenia   
(l)-'' ((i).' ((!.'       according to alexa.com (27/5/2007) 

--~--~---------~--~----~------------~-------~--~----~
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