Edgewall Software

Changes between Version 46 and Version 47 of GenshiFaq


Ignore:
Timestamp:
Jun 11, 2011, 11:01:52 PM (13 years ago)
Author:
cboos
Comment:

update the note about py3k

Legend:

Unmodified
Added
Removed
Modified
  • GenshiFaq

    v46 v47  
    6262=== What do I need to use Genshi? ===
    6363
    64 Python 2.3 or later. Python 2.4 is recommended for better performance, plus error messages will include template line numbers and column offsets. Python 3 does '''not''' work. Alternative implementations of Python such as [http://pypy.org/ PyPy], [http://www.jython.org/ Jython], or [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] are also unlikely to work due to the Genshi code using some rather advanced features of the CPython implementation and standard library.
     64Python 2.3 or later. Python 2.4 is recommended for better performance, plus error messages will include template line numbers and column offsets. Python 3 is only supported in trunk (i.e. there's no released version supporting Python 3 yet). Alternative implementations of Python such as [http://pypy.org/ PyPy], [http://www.jython.org/ Jython], or [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] are also unlikely to work due to the Genshi code using some rather advanced features of the CPython implementation and standard library.
    6565
    6666[http://peak.telecommunity.com/DevCenter/setuptools Setuptools] is optional and only used for installation if it's available. The [wiki:Documentation/plugin.html template engine plugin], which enables usage of Genshi in frameworks such as TurboGears or [GenshiRecipes/PylonsWithGenshi Pylons], depends on Setuptools at runtime and installation time. Use of the plugin implementation is optional, though: Setuptools is ''not'' required for using Genshi directly.