[issue11171] Python 2.7.1 does not start when "./configure" is used with "--prefix" != "--exec-prefix"

2011-02-10 Thread Berthold Höllmann
New submission from Berthold Höllmann : I do get (with 2.7.1): > python Traceback (most recent call last): File "/usr/local/gltools/python/Python-2.7/lib/python2.7/site.py", line 553, in main() File "/usr/local/gltools/python/Python-2.7/lib/python2.7/site.py&qu

[issue3469] Umlauts make conf.latex_documents fail

2008-07-30 Thread Berthold Höllmann
Berthold Höllmann <[EMAIL PROTECTED]> added the comment: OK, using Unicode strings in conf.py does work, so make this a Bug in sphinx-quickstart. My conf.py was generated by sphinx-quickstart, When asked for the author(s) name I gave my name and conf.py was generated with a simple string f

[issue3469] Umlauts make conf.latex_documents fail

2008-07-30 Thread Berthold Höllmann
New submission from Berthold Höllmann <[EMAIL PROTECTED]>: For a Project of mine I have set latex_documents to something like latex_documents = [ ('index', 'doc.tex', 'Documentation', 'Berthold Höllmann', 'manual'), ] With this proces