Re: [BangPypers] python 2.6 vs 2.5

2010-07-09 Thread Kenneth Gonsalves
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 > > wrote: > > >serialized_output = json.dumps(eval_filter_qs) > > > > > > http://docs.python.org/library/json.ht

Re: [BangPypers] python 2.6 vs 2.5

2010-07-09 Thread Kenneth Gonsalves
On Saturday 10 July 2010 10:28:14 Senthil Kumaran wrote: > On Sat, Jul 10, 2010 at 10:18 AM, Kenneth Gonsalves 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

Re: [BangPypers] python 2.6 vs 2.5

2010-07-09 Thread Senthil Kumaran
On Sat, Jul 10, 2010 at 10:18 AM, Kenneth Gonsalves wrote: >        serialized_output = json.dumps(eval_filter_qs) http://docs.python.org/library/json.html Could it be this? -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.py

[BangPypers] python 2.6 vs 2.5

2010-07-09 Thread Kenneth Gonsalves
hi I have a function that runs ok in a fedora 12 machine but crashes in a lenny machine. It is an ajax function (I did not write it) so no traceback. The only difference between the two machines is that fedora has python 2.6 whereas lenny has 2.5 - so can anyone tell me if there is anything pyt