[TYPO3-doc] Trouble rendering locally the official manual example

François Suter fsu-lists at cobweb.ch
Sat Sep 1 11:12:35 CEST 2012


Hi Martin,

> Please look into the ./_not_versioned folder. The '10+20+30_conf_py.yml'
> shows the settings that are finally applied. What do you have for
> 'html_theme' and 'html_theme_path'?

I don't have this file. Maybe that's where the problem lies. The only 
file I have in "_not_versioned" is an empty "warnings.txt".

> What does Python say when you (interactively) :

I think this is going to be interesting ;-)

Python 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import t3sphinx
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/Library/Python/2.7/site-packages/t3sphinx/__init__.py", line 
17, in <module>
     import yamlsettings
   File "/Library/Python/2.7/site-packages/t3sphinx/yamlsettings.py", 
line 20, in <module>
     import codecs, os, yaml, time
ImportError: No module named yaml
 >>>

How do I add the "yaml" module? I googled a bit, but didn't find a 
simple answer and I don't want to break anything by issuing wrong commands.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-project-documentation mailing list