On Saturday 10 July 2010 11:08:19 Kenneth Gonsalves wrote: > On Saturday 10 July 2010 10:28:14 Senthil Kumaran wrote: > > On Sat, Jul 10, 2010 at 10:18 AM, Kenneth Gonsalves <[email protected]> > > wrote: > > > serialized_output = json.dumps(eval_filter_qs) > > > > > > http://docs.python.org/library/json.html > > > > Could it be this? > > > > looks like it - same thing appeared in IRC, now all I need is to find the > 2.5 equivalent of it >
django has a built in django.utils.simplejson - using that I solved the problem -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
