DINKIN / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

Sphinx error with the Python 3.3.1.0 release #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 64-bit winpython 3.3.1.0
2. Open Spyder
3. type pi
(It might be that this only happens on first starts, not sure)

A dialog box with an error pops up:
----
The following error occured when calling Sphinx 1.1.3.
Please check if this version of Sphinx is supported by Spyder.

Error message:
There is a syntax error in your configuration file: (unicode error) 
'unicodeescape' codec can't decode bytes in position 0-1: truncated \uXXXX 
escape (conf.py, line 159) Did you change the syntax from 2.x to 3.x?
----

Original issue reported on code.google.com by VanBoxem...@gmail.com on 8 May 2013 at 8:43

GoogleCodeExporter commented 9 years ago
It actually popped up when writing sqrt( in the console. On a second run, the 
documentation shows as expected.

Original comment by VanBoxem...@gmail.com on 8 May 2013 at 8:46

GoogleCodeExporter commented 9 years ago
Thanks for reporting this issue.

Due to a compatiblity issue with Python 3, the object inspector's "Rich text" 
mode is broken. The documentation can only be shown in "Raw text" mode.

This is fixed in WinPython 3.3.1.1 to be released in the next hours.

Original comment by pierre.raybaut on 8 May 2013 at 9:17