Problem installing mwlib

3 views
Skip to first unread message

sma...@gmail.com

unread,
Jul 3, 2008, 5:13:37 AM7/3/08
to mwlib
I'm trying to install mwlib (mwlib-453db29322e2.tar.gz downloaded this
morning) in Solaris 10 (x86). python setup.py install tells me to
install re2c and run make. I have done that, and the make process
fails with this error (the rest of the output snipped for
readability):
=========================
cd docs; make all
rst2html.py commands.txt >commands.html
sh: rst2html.py: not found
*** Error code 1
make: Fatal error: Command failed for target `commands.html'
Current working directory /tmp/mwlib-453db29322e2/docs
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
=========================

and.. it's right, there is no rst2html.py anywhere that I can find.

So.. any ideas on how to resolve this?

C

Ralf Schmitt

unread,
Jul 3, 2008, 5:47:30 AM7/3/08
to mw...@googlegroups.com

easy_install docutils or make -k (i.e. ignore this error)

- Ralf

sma...@gmail.com

unread,
Jul 3, 2008, 8:58:54 AM7/3/08
to mwlib
> easy_install docutils or make -k (i.e. ignore this error)

Well, can't do easy_install since that is not installed (yet).

make -k gives me (snipped):
====================
rst2html.py configfiles.txt >configfiles.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py writers.txt >writers.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py zipfile.txt >zipfile.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py metabook.txt >metabook.html
sh: rst2html.py: not found
*** Error code 1
make: Warning: Target `all' not remade because of errors
Current working directory /database_backup/tmp/mwlib-453db29322e2/docs
*** Error code 1
rst2html.py README.txt >README.html
sh: rst2html.py: not found
*** Error code 1
./make_manifest.py
sh: hg: not found
make: Warning: Target `all' not remade because of errors
====================

I assume that the last error is the script trying to launch
Mercurial? Is this safe to ignore?

Am I missing something on my end with the missing rst2html or is that
supposed to be in the source?

C.

Ralf Schmitt

unread,
Jul 3, 2008, 9:08:51 AM7/3/08
to mw...@googlegroups.com

probably

> Am I missing something on my end with the missing rst2html or is that
> supposed to be in the source?

this is part of docutils.

Reply all
Reply to author
Forward
0 new messages