Re: [Twisted-Python] Minor fixes in the “Customizing twistd logging” section

2017-03-14 Thread Роман Мещеряков
I decided to try Glyph's suggestion first.By the way, I'm trying to compile twisted documentation on Raspbian, is this platform suitable for that?The steps I performed just were:sudo pip install tox (Glyph said I shouldn't install packages globally but it's too late for this Raspbian installation..

Re: [Twisted-Python] Minor fixes in the “Customizing twistd logging” section

2017-03-14 Thread Glyph Lefkowitz
> On Mar 14, 2017, at 12:53 AM, Роман Мещеряков > wrote: > > I decided to try Glyph's suggestion first. > By the way, I'm trying to compile twisted documentation on Raspbian, is this > platform suitable for that? > The steps I performed just were: > sudo pip install tox (Glyph said I shouldn't

Re: [Twisted-Python] Minor fixes in the “Customizing twistd logging” section

2017-03-14 Thread Роман Мещеряков
I installed libffi-dev and libssl-dev Raspbian packages, and run "tox -e narrativedocs" again. Now the error was about missing "sphinx-build" executable. So I activated virtualenv where Sphinx was previously installed and again issued "tox -e narrativedocs". Now the output was: (twisted-dev-env) pi

Re: [Twisted-Python] Minor fixes in the “Customizing twistd logging” section

2017-03-14 Thread Glyph Lefkowitz
> On Mar 14, 2017, at 6:28 AM, Роман Мещеряков > wrote: > > I installed libffi-dev and libssl-dev Raspbian packages, and run "tox -e > narrativedocs" again. Now the error was about missing "sphinx-build" > executable. So I activated virtualenv where Sphinx was previously installed > and agai