﻿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! :) 

Unfortunately 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.

I realized that simplejson is required, so I installed it afterwards. No change. 

The trac.log reveals an error:

{{{
2011-03-02 09:56:32,863 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 513, in _dispatch_request
    dispatcher.dispatch(req)
  File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 235, in dispatch
    resp = chosen_handler.process_request(req)
  File ""build/bdist.linux-x86_64/egg/tickettemplate/ttadmin.py"", line 258, in process_request
    jsonstr = simplejson.dumps(result)
AttributeError: 'module' object has no attribute 'dumps'
}}}

Any hint how to solve this issue? 

Thx in advance!",defect,closed,normal,TracTicketTemplatePlugin,major,fixed,json dependency,,0.12
