Re: searching for some jsonify example or tutorial

2009-12-17 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 import simplejson json_obj = {'foo', 'bar'} return simplejson.dumps(json_obj) etc... On Dec 17, 2009, at 6:18 AM, Krishnakant wrote: > Hello all, > I have been searching for some good json example for pylons > application. > > My case is that i h

Re: Pylons installation Error

2009-12-17 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 did you try: yum install zlib/zlib-devel? On Dec 17, 2009, at 4:54 PM, sharath maddineni wrote: > I am new to Pylons > I succeded in installing pylon on ubuntu.but i am > I am trying to install pylons on red hat linux. I install python 2.6 > over

Re: Pylons installation Error

2009-12-17 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 it seems your upgrade to python 2.6 broke yum. Personally, I suggest you get rid of RH and stick to Ubuntu. Otherwise you need to fix yum (by rolling back to 2.4 perhaps) and after that make sure zlib is installed as well as its development heade

Re: Roadmap / 0.10 / 1.0

2009-12-18 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 can someone explain how the version numbers work? why does 0.10 come after 0.9.7 ? thanks. -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) iFYEARELAAYFAkssKUYACgkQFXxYxga0LLkEPQDfeWTLxdrP6t7CTY7VRtTxuCBD tpQf5T/v+0x/YgDfVhZrw

Re: Roadmap / 0.10 / 1.0

2009-12-18 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 ok, thanks for the explanation. looks obvious now, i was trying to read it as 0.97 > 0.1 On Dec 18, 2009, at 7:47 PM, Mike Orr wrote: > On Fri, Dec 18, 2009 at 5:15 PM, Mario Romero > wrote: >> -BEGIN PGP SIGNED MESSA

Re: searching for some jsonify example or tutorial

2009-12-19 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 > My ownly question is that when we do @jsonify, do we need to say which > action we want to use for returning a json response or just putting > the > @jsonify asumes that the action following that line is the one to be > used for responding to jso

Re: eclipse plugin for pylons

2009-12-21 Thread Mario Romero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA224 Sadly I don't think such a tool exists for pylons, as of yet. (opportunity for contribution?). The following is only based on my perception, yet I have to say, I've always felt the ror community was was the best fit for the ex- JavaProgrammer.