id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8555	AttributeError: 'module' object has no attribute 'dumps' due to simplejson dependency	jbeilicke	richard	At first, thx for the plugin! :) \r\n\r\nUnfortunately I cannot get it started in Trac 0.12. After compiling the plugin and setting everything up, I was able to define some basic templates. When trying to create a new ticket, Trac behaves like there is no TracTicketTemplatePlugin installed.\r\n\r\nI realized that simplejson is required, so I installed it afterwards. No change. \r\n\r\nThe trac.log reveals an error:\r\n\r\n{{{\r\n2011-03-02 09:56:32,863 Trac[main] ERROR: Internal Server Error: \r\nTraceback (most recent call last):\r\n  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 513, in _dispatch_request\r\n    dispatcher.dispatch(req)\r\n  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 235, in dispatch\r\n    resp = chosen_handler.process_request(req)\r\n  File "build/bdist.linux-x86_64/egg/tickettemplate/ttadmin.py", line 258, in process_request\r\n    jsonstr = simplejson.dumps(result)\r\nAttributeError: 'module' object has no attribute 'dumps'\r\n}}}\r\n\r\nAny hint how to solve this issue? \r\n\r\nThx in advance!	defect	closed	normal	TracTicketTemplatePlugin	major	fixed	json dependency		0.12
