id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9086	not python2.6 compatible - not stable in trac0.12.2	anonymous	rjollos	you are writing "If your python < 2.6, it requires simplejson" - but the source you are offering requires simplejson anyway, undepending any version of pyton.\r\n\r\nyou are writing about compatibility to trac0.12 on the projects site "2011-01-10: Trac 0.11 and 0.12 (trunk) compatible versions are now available. The Trac 0.10 version is no longer supported. " - this is not given; the plugin runs unstable and causes Internal Server Error from time to time or even "No handler matched request to /stractistics"\r\n\r\ni took http://trac-hacks.org/changeset/latest/stractisticsplugin?old_path=/&filename=stractisticsplugin&format=zip as you wrote on the project's page, and compiled the trunk to an .egg\r\nto get this run in trac0.12.2 i made some changes to the trunc/stractistics/web_ui.py :\r\n{{{\r\n#!python\r\n\r\n### this is line 33\r\n# from http://stackoverflow.com/questions/712791/json-and-simplejson-module-differences-in-python\r\ntry: import simplejson as json\r\nexcept ImportError: import json\r\n\r\n# changed any "simplejson" in this file to "json"\r\n}}}\r\n\r\n\r\ni installed as a plugin into the trac-folder running python 2.6 \r\n\r\n\r\n\r\n\r\n\r\n	defect	closed	normal	StractisticsPlugin	normal	fixed	trac0.12 python2.6 simplejson json	jan.kowalleck@gfk.com, kstyanos@gmail.com	0.12
