Günter,
I'm sending this as a patch so as to not step on any ongoing work with html_base in trunk.
When install docutils by the way of:
svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutils
I get:
copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include
error: can't copy 'docutils/writers/html_base/html-base.css': doesn't exist or not a regular file
----------------------------------------
Command "/home/tony/.pyenv/versions/django-metagarden/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-f0B5d2/docutils/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-No2mDx-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/tony/.pyenv/versions/django-metagarden/include/site/python2.7/docutils" failed with error code 1 in /tmp/pip-build-f0B5d2/docutils
Normal pip -e installs of trunk via local filesystem work perfectly, however.
(I can't edit tickets in patches)
Correction, to replicate:
pip install svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutilsAgainst python 2.7.9.
On 13 May 2015 at 06:29, Tony Narlock gitpull@users.sf.net wrote:
sorry , please try
Related
Patches:
#127Thank you, installation works via
svn+in pip once again.