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
