Re: [Boost-docs] Docbook Python error

Subject: Re: [Boost-docs] Docbook Python error
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-06-03 20:04:24


On 5/21/2015 1:21 PM, Daniel James wrote:
> On 21 May 2015 at 08:45, Vladimir Prus <vladimir.prus_at_[hidden] <mailto:vladimir.prus_at_[hidden]>> wrote:
>
>
> I'm trying to build getting started guide, and get a Python stacktrace.
> Did anybody run into this and know what to fix? I have Python 3.4
> and docutils identifies itself as:
>
> :Date: $Date: 2015-03-15 17:16:30 +0000 (Sun, 15 Mar 2015) $
> :Revision: $Revision: 7837 $
>
> Should I use some older version?
>
>
> I don't know, I can only say what works for me. I always use the stable release and I don't install it, I just
> unzip it somewhere and put the location in my user-config.jam.

Apparently, with Python 3 the process is more complicated. After unzipping, I have to run:

    setup.py install --prefix "C:\Users\Vladimir\Local\docutils"

and then use the following initialization in project-config.jam:

    using docutils
        : "C:/Users/Vladimir/Local/docutils/Lib/site-packages"
        : "C:/Users/Vladimir/Local/docutils/Scripts"
        ;

- Volodya


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC