From 2323d4898fcc2f524d230025ed6a9f17906023ab Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 02:22:17 -0500 Subject: add caveat for PyPy and Jython users --- docs/narr/project.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/narr') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 3b9b0cb61..dafebd419 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -64,6 +64,16 @@ The included templates are these: URL mapping via :term:`traversal` and persistence via :term:`SQLAlchemy` +.. note:: At this time, each of these templates uses the :term:`Chameleon` + templating system, which is incompatible with both Jython and PyPy. To + use paster templates to build applications which will run on Jython and + PyPy, you can try the ``pyramid_jinja2_starter`` template which ships as + part of the :term:`pyramid_jinja2` package or the ``pyramid_sqla`` paster + template which ships with the :term:`pyramid_sqla` package (it uses Mako), + both available from :term:`PyPI`. You can also just use the above paster + templates to build a skeleton and replace the Chameleon template it + includes with a :term:`Mako` analogue. + .. index:: single: creating a project single: project -- cgit v1.2.3