[Qgis-community-team] rst2pdf.pdfbuilder (exception: No module named roman)

Paolo Corti pcorti at gmail.com
Thu May 24 08:40:34 EDT 2012


On Mon, May 21, 2012 at 9:44 AM, Otto Dassau <dassau at gbd-consult.de> wrote:
>
> Hi Paolo and Yves,
>
> no it is all installed. I guess it is just too old :(. I will have a look to
> use a virtual environment.
>

Hi Otto

I have got in same shoes today.
After some investigating, it seems that newest docutils version (0.9)
generate this issue.

So try doing this in your virtualenv (or system):

pip uninstall docutils
pip install==0.8.1

and the issue should be solved.

I have also added a requirements.txt file, so it will be easy to
update the virtualenv to my same one:

pip install -r requirements.txt

note, though, that as of today the pdf build is failing for some reason.

ciao
p

-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti


More information about the Qgis-community-team mailing list