Notice!
PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities.
Create your free Platform account
to download ActivePython or customize Python with the packages you require and get automatic updates.
Download
ActivePython
INSTALL>
pypm install pyramid-mustache
How to install pyramid_mustache
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pyramid-mustache
| Python 2.7 | Python 3.2 | Python 3.3 |
---|
Windows (32-bit) | | | |
---|
Windows (64-bit) | | | |
---|
Mac OS X (10.5+) | | | |
---|
Linux (32-bit) | | | |
---|
Linux (64-bit) | | | |
---|
Lastest release
version 0.3.1 on Nov 22nd, 2012
Extensions for pyramid to use mustache as the rendering engine
In your main of __init__.py:
- config.add_renderer(
- name='.html'
, factory='pyramid_mustache.MustacheRendererFactory'
System Message: WARNING/2 (<string>, line 11)
Definition list ends without a blank line; unexpected unindent.
)
In your setup.py's message_extractors:
('templates/**.mustache', 'pyramid_mustache.extract_mustache', None),
System Message: WARNING/2 (<string>, line 15); backlink
Inline strong start-string without end-string.