[TYPO3-doc] Trouble rendering locally the official manual	example
    Martin Bless 
    m.bless at gmx.de
       
    Sat Sep  1 12:29:34 CEST 2012
    
    
  
Good morning François,
>ImportError: No module named yaml
Yes, that's it. 
>How do I add the "yaml" module?
Best way:
=========
Install the "setuptools" once:
http://pypi.python.org/pypi/setuptools
This adds "easy_install" to your system. Afterwards you just do:
$ (sudo?) easy_install pyyaml
Easy install get that from the PyPI = Python-Package-Index. It's kind of
TER but resolves dependencies automatically.
Traditional way:
================
Download 'pyyaml' sources from http://pyyaml.org/.
cd to folder with setup.py and run:
$ python setup.py install
I see, I should do a better check that non standard modules are really
available. I thought I had done that ... Well, somewhere I have and
there is a hint to "do easy_install pyyaml" first.
Over!
Martin
-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member
http://mbless.de
    
    
More information about the TYPO3-project-documentation
mailing list