Discussion:
[Docutils-users] Installation logfile for python 3.3.2
Lewis Neal
2013-08-25 09:40:54 UTC
Permalink
Hello,

I have recently installed the latest Docutils snapshot on my Win7-64
machine. The python version used is python-3.3.2.amd64.

I noticed during installation the log file contained syntax errors which
hadn't occurred in earlier snapshots with python3.3.2.
The syntax errors begin at line 74. I couldn't copy the entire logfile
from the console.

The Docutils snapshot was downloaded 23rd August 2013. I hope the
information helps your team and please let me know if you need any
further information.

Regards
Lewis
--
Lewis Neal
***@operamail.com
--
http://www.fastmail.fm - Does exactly what it says on the tin
Lewis Neal
2013-08-25 09:46:03 UTC
Permalink
Hello,

I forgot to mention I'm not subscribed to the mailing list so please
copy me with any replies.

Thanks
Lewis
--
Lewis Neal
Post by Lewis Neal
Hello,
I have recently installed the latest Docutils snapshot on my Win7-64
machine. The python version used is python-3.3.2.amd64.
I noticed during installation the log file contained syntax errors which
hadn't occurred in earlier snapshots with python3.3.2.
The syntax errors begin at line 74. I couldn't copy the entire logfile
from the console.
The Docutils snapshot was downloaded 23rd August 2013. I hope the
information helps your team and please let me know if you need any
further information.
Regards
Lewis
--
Lewis Neal
--
http://www.fastmail.fm - Does exactly what it says on the tin
+ docutils_log_20130823
33k (application/octet-stream)
--
http://www.fastmail.fm - Access all of your messages and folders
wherever you are
Lewis
2013-09-01 11:59:26 UTC
Permalink
Hello Günter,

Here is the section of the log-file as text:

[snip]
creating c:\python33\Lib\site-packages\docutils\writers\xetex
copying build\lib\docutils\writers\xetex\__init__.py ->
c:\python33\Lib\site-packages\docutils\writers\xetex
copying build\lib\docutils\writers\__init__.py ->
c:\python33\Lib\site-packages\docutils\writers
copying build\lib\docutils\_compat.py -> c:\python33\Lib\site-packages\docutils
copying build\lib\docutils\__init__.py -> c:\python33\Lib\site-packages\docutils
byte-compiling c:\python33\Lib\site-packages\docutils\core.py to
core.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\core.py", line 221
except SystemExit, error:
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\examples.py to
examples.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\frontend.py to
frontend.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\frontend.py", line 64
except ValueError, error:
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\io.py to io.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\io.py", line 117
except (UnicodeError, LookupError), err:
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\languages\af.py to
af.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\ca.py to
ca.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\cs.py to
cs.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\da.py to
da.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\de.py to
de.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\en.py to
en.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\eo.py to
eo.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\es.py to
es.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\fi.py to
fi.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\fr.py to
fr.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\gl.py to
gl.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\he.py to
he.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\it.py to
it.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\ja.py to
ja.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\lt.py to
lt.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\nl.py to
nl.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\pl.py to
pl.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\pt_br.py to
pt_br.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\ru.py to
ru.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\sk.py to
sk.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\sv.py to
sv.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\zh_cn.py to
zh_cn.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\zh_tw.py to
zh_tw.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\languages\__init__.py
to __init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\nodes.py to
nodes.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\nodes.py", line 574
raise TypeError, ('element index must be an integer, a slice, or '
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\parsers\null.py to
null.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\admonitions.py
to admonitions.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\body.py to
body.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\parsers\rst\directives\body.py",
line 150
except LexerError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\html.py to
html.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\parsers\rst\directives\html.py",
line 56
except utils.NameValueError, detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\images.py to
images.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\misc.py to
misc.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\parsers\rst\directives\misc.py",
line 76
except UnicodeEncodeError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\parts.py to
parts.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\references.py
to references.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\tables.py to
tables.cpython-33.pyc
File
"c:\python33\Lib\site-packages\docutils\parsers\rst\directives\tables.py",
line 225
except SystemMessagePropagation, detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\directives\__init__.py to
__init__.cpython-33.pyc
File
"c:\python33\Lib\site-packages\docutils\parsers\rst\directives\__init__.py",
line 90
except AttributeError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\af.py to
af.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\ca.py to
ca.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\cs.py to
cs.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\da.py to
da.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\de.py to
de.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\en.py to
en.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\eo.py to
eo.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\es.py to
es.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\fi.py to
fi.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\fr.py to
fr.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\gl.py to
gl.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\he.py to
he.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\it.py to
it.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\ja.py to
ja.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\lt.py to
lt.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\nl.py to
nl.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\pl.py to
pl.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\pt_br.py to
pt_br.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\ru.py to
ru.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\sk.py to
sk.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\sv.py to
sv.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\zh_cn.py to
zh_cn.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\zh_tw.py to
zh_tw.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\languages\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\parsers\rst\roles.py
to roles.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\parsers\rst\roles.py", line 112
except AttributeError, error:
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\parsers\rst\states.py
to states.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\parsers\rst\states.py", line 1465
except MarkupError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\tableparser.py to
tableparser.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\parsers\rst\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\parsers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\readers\doctree.py to
doctree.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\readers\pep.py to
pep.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\readers\standalone.py
to standalone.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\readers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\statemachine.py to
statemachine.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\statemachine.py", line 250
except TransitionCorrection, exception:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\transforms\components.py to
components.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\transforms\frontmatter.py
to frontmatter.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\transforms\frontmatter.py", line
54
raise TypeError, 'node must be of Element-derived type.'
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\transforms\misc.py to
misc.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\transforms\parts.py to
parts.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\transforms\peps.py to
peps.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\transforms\references.py to
references.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\transforms\universal.py to
universal.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\transforms\writer_aux.py to
writer_aux.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\transforms\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\utils\code_analyzer.py to
code_analyzer.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\utils\error_reporting.py to
error_reporting.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\error_reporting.py",
line 75
except UnicodeEncodeError, err:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\utils\math\latex2mathml.py to
latex2mathml.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\math\latex2mathml.py",
line 416
raise SyntaxError(ur'Syntax error: "%s%s"' % (c, c2))
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\utils\math\math2html.py to
math2html.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\utils\math\tex2unichar.py
to tex2unichar.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\utils\math\unichar2tex.py
to unichar2tex.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\utils\math\__init__.py to
__init__.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\utils\punctuation_chars.py to
punctuation_chars.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\punctuation_chars.py",
line 293
print '- openers = ur"""%s"""' % openers.encode('utf8')
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\utils\roman.py to
roman.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\roman.py", line 43
raise OutOfRangeError, "number out of range (must be 1..4999)"
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\utils\smartquotes.py
to smartquotes.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\smartquotes.py", line 866
print docstring_html
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\utils\urischemes.py to
urischemes.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\utils\__init__.py to
__init__.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\utils\__init__.py", line 328
except (ValueError, TypeError), detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\writers\docutils_xml.py to
docutils_xml.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\writers\docutils_xml.py",
line 177
except xml.sax._exceptions.SAXParseException, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\writers\html4css1\__init__.py to
__init__.cpython-33.pyc
File
"c:\python33\Lib\site-packages\docutils\writers\html4css1\__init__.py", line 382
except IOError, err:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\writers\latex2e\__init__.py to
__init__.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\writers\latex2e\__init__.py",
line 712
ord('#'): ur'\#',
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\writers\manpage.py to
manpage.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\writers\manpage.py", line 283
(u'-', ur'\-'),
^
SyntaxError: invalid syntax

byte-compiling c:\python33\Lib\site-packages\docutils\writers\null.py to
null.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\writers\odf_odt\pygmentsformatter.py
to pygmentsformatter.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\writers\odf_odt\__init__.py to
__init__.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\writers\odf_odt\__init__.py",
line 38
except ImportError, e:
^
SyntaxError: invalid syntax

byte-compiling
c:\python33\Lib\site-packages\docutils\writers\pep_html\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\writers\pseudoxml.py
to pseudoxml.cpython-33.pyc
byte-compiling
c:\python33\Lib\site-packages\docutils\writers\s5_html\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\writers\xetex\__init__.py
to __init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\writers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\_compat.py to
_compat.cpython-33.pyc
byte-compiling c:\python33\Lib\site-packages\docutils\__init__.py to
__init__.cpython-33.pyc
running install_scripts
copying build\scripts-3.3\rst2html.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2latex.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2man.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2odt.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2odt_prepstyles.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2pseudoxml.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2s5.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2xetex.py -> c:\python33\Scripts
copying build\scripts-3.3\rst2xml.py -> c:\python33\Scripts
copying build\scripts-3.3\rstpep2html.py -> c:\python33\Scripts
running install_data
running install_egg_info
Writing c:\python33\Lib\site-packages\docutils-0.12-py3.3.egg-info
[end]

Regards
Lewis
Guenter Milde
2013-09-01 16:15:41 UTC
Permalink
Dear Lewis,

On 2013-09-01, Lewis wrote:

The reason for the problem seems to be a wrong installation procedure: for
Python 3.x, the source files need to be re-written by the 2to2.py script.
Usually this is done automatically when installing via distutils.


Install the package:

<path_to_python.exe>\python setup.py install

To install for a specific python version, specify the Python
executable for this version.

To install for different Python versions, repeat step 3 for every
required version.

-- http://docutils.sourceforge.net/README.html#installation
...
Post by Lewis
byte-compiling c:\python33\Lib\site-packages\docutils\core.py to
core.cpython-33.pyc
File "c:\python33\Lib\site-packages\docutils\core.py", line 221
^
SyntaxError: invalid syntax
If re-written by the correct installation procedure, the offending line
uses Py3 syntax::

except SystemExit as error:

Similar for all the other syntax errors.

There is a different problem with xml elementtree that should be solved
by using a current snapshot or repository checkout.

Günter
Lewis Neal
2013-09-02 00:12:52 UTC
Permalink
Günter,
Lewis Neal
2013-09-02 00:28:27 UTC
Permalink
C:\Python33\python.exe setup.py install
but I get the message ''c:\python33\python3.3' is not recognized as an
internal or external command, operable program or batch file.
A correction - here is the log file using command:
C:\Python33\python.exe setup.py install
It still has the same syntax errors.

[snip]
copying build\lib\docutils\__init__.py -> c:\Python33\Lib\site-packages\docutils
byte-compiling c:\Python33\Lib\site-packages\docutils\core.py to
core.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\core.py", line 221
except SystemExit, error:
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\examples.py to
examples.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\frontend.py to
frontend.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\frontend.py", line 64
except ValueError, error:
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\io.py to io.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\io.py", line 117
except (UnicodeError, LookupError), err:
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\languages\af.py to
af.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\ca.py to
ca.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\cs.py to
cs.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\da.py to
da.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\de.py to
de.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\en.py to
en.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\eo.py to
eo.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\es.py to
es.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\fi.py to
fi.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\fr.py to
fr.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\gl.py to
gl.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\he.py to
he.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\it.py to
it.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\ja.py to
ja.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\lt.py to
lt.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\nl.py to
nl.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\pl.py to
pl.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\pt_br.py to
pt_br.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\ru.py to
ru.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\sk.py to
sk.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\sv.py to
sv.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\zh_cn.py to
zh_cn.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\zh_tw.py to
zh_tw.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\languages\__init__.py
to __init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\nodes.py to
nodes.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\nodes.py", line 574
raise TypeError, ('element index must be an integer, a slice, or '
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\parsers\null.py to
null.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\admonitions.py
to admonitions.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\body.py to
body.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\body.py",
line 150
except LexerError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\html.py to
html.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\html.py",
line 56
except utils.NameValueError, detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\images.py to
images.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\misc.py to
misc.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\misc.py",
line 76
except UnicodeEncodeError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\parts.py to
parts.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\references.py
to references.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\tables.py to
tables.cpython-33.pyc
File
"c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\tables.py",
line 225
except SystemMessagePropagation, detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\__init__.py to
__init__.cpython-33.pyc
File
"c:\Python33\Lib\site-packages\docutils\parsers\rst\directives\__init__.py",
line 90
except AttributeError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\af.py to
af.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\ca.py to
ca.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\cs.py to
cs.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\da.py to
da.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\de.py to
de.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\en.py to
en.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\eo.py to
eo.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\es.py to
es.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\fi.py to
fi.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\fr.py to
fr.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\gl.py to
gl.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\he.py to
he.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\it.py to
it.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\ja.py to
ja.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\lt.py to
lt.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\nl.py to
nl.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\pl.py to
pl.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\pt_br.py to
pt_br.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\ru.py to
ru.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\sk.py to
sk.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\sv.py to
sv.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\zh_cn.py to
zh_cn.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\zh_tw.py to
zh_tw.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\languages\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\parsers\rst\roles.py
to roles.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\parsers\rst\roles.py", line 112
except AttributeError, error:
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\parsers\rst\states.py
to states.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\parsers\rst\states.py", line 1465
except MarkupError, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\tableparser.py to
tableparser.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\parsers\rst\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\parsers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\readers\doctree.py to
doctree.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\readers\pep.py to
pep.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\readers\standalone.py
to standalone.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\readers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\statemachine.py to
statemachine.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\statemachine.py", line 250
except TransitionCorrection, exception:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\transforms\components.py to
components.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\transforms\frontmatter.py
to frontmatter.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\transforms\frontmatter.py", line
54
raise TypeError, 'node must be of Element-derived type.'
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\transforms\misc.py to
misc.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\transforms\parts.py to
parts.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\transforms\peps.py to
peps.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\transforms\references.py to
references.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\transforms\universal.py to
universal.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\transforms\writer_aux.py to
writer_aux.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\transforms\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\utils\code_analyzer.py to
code_analyzer.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\utils\error_reporting.py to
error_reporting.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\error_reporting.py",
line 75
except UnicodeEncodeError, err:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\utils\math\latex2mathml.py to
latex2mathml.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\math\latex2mathml.py",
line 416
raise SyntaxError(ur'Syntax error: "%s%s"' % (c, c2))
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\utils\math\math2html.py to
math2html.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\utils\math\tex2unichar.py
to tex2unichar.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\utils\math\unichar2tex.py
to unichar2tex.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\utils\math\__init__.py to
__init__.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\utils\punctuation_chars.py to
punctuation_chars.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\punctuation_chars.py",
line 293
print '- openers = ur"""%s"""' % openers.encode('utf8')
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\utils\roman.py to
roman.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\roman.py", line 43
raise OutOfRangeError, "number out of range (must be 1..4999)"
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\utils\smartquotes.py
to smartquotes.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\smartquotes.py", line 866
print docstring_html
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\utils\urischemes.py to
urischemes.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\utils\__init__.py to
__init__.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\utils\__init__.py", line 328
except (ValueError, TypeError), detail:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\docutils_xml.py to
docutils_xml.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\writers\docutils_xml.py",
line 177
except xml.sax._exceptions.SAXParseException, error:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\html4css1\__init__.py to
__init__.cpython-33.pyc
File
"c:\Python33\Lib\site-packages\docutils\writers\html4css1\__init__.py", line 382
except IOError, err:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\latex2e\__init__.py to
__init__.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\writers\latex2e\__init__.py",
line 712
ord('#'): ur'\#',
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\writers\manpage.py to
manpage.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\writers\manpage.py", line 283
(u'-', ur'\-'),
^
SyntaxError: invalid syntax

byte-compiling c:\Python33\Lib\site-packages\docutils\writers\null.py to
null.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\odf_odt\pygmentsformatter.py
to pygmentsformatter.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\odf_odt\__init__.py to
__init__.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\writers\odf_odt\__init__.py",
line 38
except ImportError, e:
^
SyntaxError: invalid syntax

byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\pep_html\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\writers\pseudoxml.py
to pseudoxml.cpython-33.pyc
byte-compiling
c:\Python33\Lib\site-packages\docutils\writers\s5_html\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\writers\xetex\__init__.py
to __init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\writers\__init__.py to
__init__.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\_compat.py to
_compat.cpython-33.pyc
byte-compiling c:\Python33\Lib\site-packages\docutils\__init__.py to
__init__.cpython-33.pyc
running install_scripts
running install_data
running install_egg_info
Writing c:\Python33\Lib\site-packages\docutils-0.12-py3.3.egg-info
[end]

Thanks
Lewis
Guenter Milde
2013-09-02 06:57:16 UTC
Permalink
C:\Python33\python.exe setup.py install
but I get the message ''c:\python33\python3.3' is not recognized as an
internal or external command, operable program or batch file.
C:\Python33\python.exe setup.py install
It still has the same syntax errors.
[snip]
copying build\lib\docutils\__init__.py -> c:\Python33\Lib\site-packages\docutils
byte-compiling c:\Python33\Lib\site-packages\docutils\core.py to
core.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\core.py", line 221
^
SyntaxError: invalid syntax
...

So it seems it is still just copying the source files without the 2to3
conversion step.

What is the Python version reported by C:\Python33\python.exe?

What is the "default Python version"? Do you have (or had) a 2.x Python
version installed?

However, maybe it is not copying at all? Where did you unpack the
downloaded docutils-archive? It must not be put directly in a Python3
library path!

Could you try again after deleting the c:\Python33\Lib\site-packages\docutils
directory and contents?

Günter
Lewis Neal
2013-09-03 02:57:47 UTC
Permalink
Post by Guenter Milde
C:\Python33\python.exe setup.py install
but I get the message ''c:\python33\python3.3' is not recognized as an
internal or external command, operable program or batch file.
C:\Python33\python.exe setup.py install
It still has the same syntax errors.
[snip]
copying build\lib\docutils\__init__.py ->
c:\Python33\Lib\site-packages\docutils
Post by Guenter Milde
byte-compiling c:\Python33\Lib\site-packages\docutils\core.py to
core.cpython-33.pyc
File "c:\Python33\Lib\site-packages\docutils\core.py", line 221
^
SyntaxError: invalid syntax
...
So it seems it is still just copying the source files without the 2to3
conversion step.
What is the Python version reported by C:\Python33\python.exe?
What is the "default Python version"? Do you have (or had) a 2.x Python
version installed?
However, maybe it is not copying at all? Where did you unpack the
downloaded docutils-archive? It must not be put directly in a Python3
library path!
Could you try again after deleting the c:\Python33\Lib\site-packages\docutils
directory and contents?
Günter
----------------------------------------------------------------------------
What is the Python version reported by C:\Python33\python.exe?
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64
bit (AMD64)] on win32
Post by Guenter Milde
What is the "default Python version"? Do you have (or had) a 2.x Python
version installed?
Default version is python3.3.2. I have had python2.7.5 installed before,
but I uninstalled it and I have deleted the
c:\Python27\Lib\site-packages\docutils directory.
Post by Guenter Milde
However, maybe it is not copying at all? Where did you unpack the
downloaded docutils-archive? It must not be put directly in a Python3
library path!
I always unpack docutils to a mapped network drive N:\downloads\docutils.
This has worked successfully for years.
I'm sorry I can't be certain of which snapshot but this installation
problem has only occured with the recent snapshots.
I noticed a very short installation build process which led me to look at
the logfile.
Post by Guenter Milde
Could you try again after deleting the c:\Python33\Lib\site-packages\docutils
directory and contents?
I did this this several times. I have rebooted. I uninstalled python33 and
reinstalled and still get the same result.
I'll try your suggestions on another PC and a win32 laptop.

Regards
Lewis
engelbert gruber
2013-09-03 08:25:30 UTC
Permalink
Post by Lewis Neal
I did this this several times. I have rebooted. I uninstalled python33 and
reinstalled and still get the same result.
I'll try your suggestions on another PC and a win32 laptop.
IMHO this should not be necessary, infact I think it is an big failure
if it is possible
to mess up a machine to have to reinstall.
in my experience it is possible to have several python versions installed
without conflicts (except my private (HOME)/lib/python)

when i execute ::

python3 setup.py install

it starts with::

running install
running build
running build_py
creating build
creating build/lib
creating build/lib/docutils

then copying to build ::

copying docutils/__init__.py -> build/lib/docutils
...
copying docutils/writers/odf_odt/pygmentsformatter.py ->
build/lib/docutils/writers/odf_odt

next 2to3 (i think this is running here) ::

Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma

skipping is fast; except ws_comma, which takes a lot of time,
contiued by::

copy/convert test suite
running build_scripts
creating build/scripts-3.3
copying and adjusting tools/rst2html.py -> build/scripts-3.3
copying and adjusting tools/rst2s5.py -> build/scripts-3.3

and way down::

creating /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docutils/writers/xetex
copying build/lib/docutils/writers/xetex/__init__.py ->
/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docutils/writers/xetex
byte-compiling
/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docutils/__init__.py
to __init__.cpython-33.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docutils/_compat.py
to _compat.cpython-33.pyc

your log file starts with ::

copying build\lib\docutils\utils\math\latex2mathml.py ->
c:\python33\Lib\site-packages\docutils\utils\math
copying build\lib\docutils\utils\math\math2html.py ->
c:\python33\Lib\site-packages\docutils\utils\math

that is way too late, looks like a leftover build directory ?

all the best engelbert
Lewis Neal
2013-09-05 14:08:01 UTC
Permalink
Post by engelbert gruber
copying build\lib\docutils\utils\math\latex2mathml.py ->
c:\python33\Lib\site-packages\docutils\utils\math
copying build\lib\docutils\utils\math\math2html.py ->
c:\python33\Lib\site-packages\docutils\utils\math
that is way too late, looks like a leftover build directory ?
all the best engelbert
----------------------------------------------------------------------------
As I mentioned earlier, I couldn't copy the entire logfile from
the console.
Is there a modifier/switch I can add to the install command which
will write the log to a file, rather than just output to the console?

Thanks
Lewis
engelbert gruber
2013-09-05 15:00:44 UTC
Permalink
Post by Lewis Neal
Post by engelbert gruber
copying build\lib\docutils\utils\math\latex2mathml.py ->
c:\python33\Lib\site-packages\docutils\utils\math
copying build\lib\docutils\utils\math\math2html.py ->
c:\python33\Lib\site-packages\docutils\utils\math
that is way too late, looks like a leftover build directory ?
all the best engelbert
----------------------------------------------------------------------------
As I mentioned earlier, I couldn't copy the entire logfile from
the console.
Is there a modifier/switch I can add to the install command which
will write the log to a file, rather than just output to the console?
i tried on my imac, with 3.2 and 3.3.2

the message "Skipping implicit fixer: ws_comma" took long enough to
recognize and stop there.
with ctrl-c

but if it is a leftover build directory , deleting should have cured it

? e
engelbert gruber
2013-09-06 20:28:15 UTC
Permalink
tested on win7pro with python3.3.2.
inside docutils directory::

\python33\python.exe setup.py build

cd test3
\python33\python.exe alltests.py

passed with 2 errors ::

test_writers\test_html4css1_template.py:
- <link rel="stylesheet" href="/test.css" type="text/css" />"""
+ <link rel="stylesheet" href="C:/test.css" type="text/css" />"""

and similar in s5.

setup.py build means you do not spill into your system directory

if everything is fine::

\python33\python.exe setup.py install

installs to C:\Python33\lib\site-packages\docutils

now remove the build directoyr from your Downloads\docutils directory
to prevent test to load docutils from there::

cd test3
\python33\python.exe alltests.py

also passes here

all the best
Post by engelbert gruber
Post by Lewis Neal
Post by engelbert gruber
copying build\lib\docutils\utils\math\latex2mathml.py ->
c:\python33\Lib\site-packages\docutils\utils\math
copying build\lib\docutils\utils\math\math2html.py ->
c:\python33\Lib\site-packages\docutils\utils\math
that is way too late, looks like a leftover build directory ?
all the best engelbert
----------------------------------------------------------------------------
As I mentioned earlier, I couldn't copy the entire logfile from
the console.
Is there a modifier/switch I can add to the install command which
will write the log to a file, rather than just output to the console?
i tried on my imac, with 3.2 and 3.3.2
the message "Skipping implicit fixer: ws_comma" took long enough to
recognize and stop there.
with ctrl-c
but if it is a leftover build directory , deleting should have cured it
? e
--
http://blog.jazsoup.net
Lewis Neal
2013-09-20 05:51:43 UTC
Permalink
Post by engelbert gruber
tested on win7pro with python3.3.2.
\python33\python.exe setup.py build
cd test3
\python33\python.exe alltests.py
- <link rel="stylesheet" href="/test.css" type="text/css" />"""
+ <link rel="stylesheet" href="C:/test.css" type="text/css" />"""
and similar in s5.
setup.py build means you do not spill into your system directory
\python33\python.exe setup.py install
installs to C:\Python33\lib\site-packages\docutils
now remove the build directoyr from your Downloads\docutils directory
cd test3
\python33\python.exe alltests.py
also passes here
all the best
Hi,

On 19/9 I used the latest snapshot dated 18/9/2013.
Used the standard command:
C:\Python33\python setup.py install
and it installed with no errors. I don't know what was changed but it's
working for me again.
I noticed that the docutils-0.12-py3.3.egg-info file does not show any
change at all between snapshots of the same version.

for the record it's
Metadata-Version: 1.1
Name: docutils
Version: 0.12

Thanks
Lewis
engelbert gruber
2013-09-21 13:56:37 UTC
Permalink
thanks a lot for the information
engelbert
Post by Lewis Neal
Post by engelbert gruber
tested on win7pro with python3.3.2.
\python33\python.exe setup.py build
cd test3
\python33\python.exe alltests.py
- <link rel="stylesheet" href="/test.css" type="text/css" />"""
+ <link rel="stylesheet" href="C:/test.css" type="text/css" />"""
and similar in s5.
setup.py build means you do not spill into your system directory
\python33\python.exe setup.py install
installs to C:\Python33\lib\site-packages\docutils
now remove the build directoyr from your Downloads\docutils directory
cd test3
\python33\python.exe alltests.py
also passes here
all the best
Hi,
On 19/9 I used the latest snapshot dated 18/9/2013.
C:\Python33\python setup.py install
and it installed with no errors. I don't know what was changed but it's
working for me again.
I noticed that the docutils-0.12-py3.3.egg-info file does not show any
change at all between snapshots of the same version.
for the record it's
Metadata-Version: 1.1
Name: docutils
Version: 0.12
Thanks
Lewis
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Docutils-users mailing list
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.
--
http://blog.jazsoup.net
Loading...