Re: Reading properties file in Python, except using ConfigParser()

2012-10-08 Thread justmailharsh
ves. > > > > Have a look at PyYAML. > > > > > > > > Best regards, > > > > Günther Thanks for responding guys. I got the solution from here - http://www.daniweb.com/software-development/python/threads/435902/reading-properties-file

Re: Reading properties file in Python, except using ConfigParser()

2012-10-05 Thread Günther Dietrich
justmailha...@gmail.com wrote: >How to read properties file in Python? I found ConfigParser() but it has a >'section' limitation, so looking for other alternatives. Have a look at PyYAML. Best regards, Günther -- http://mail.python.org/mailman/listinfo/python-list

Re: Reading properties file in Python, except using ConfigParser()

2012-10-05 Thread Laszlo Nagy
On 2012-10-05 09:20, justmailha...@gmail.com wrote: Hi All, How to read properties file in Python? I found ConfigParser() but it has a 'section' limitation, so looking for other alternatives. http://wiki.python.org/moin/ConfigParserShootout -- http://mail.python.org/mailman/listinfo/python-li

Reading properties file in Python, except using ConfigParser()

2012-10-05 Thread justmailharsh
Hi All, How to read properties file in Python? I found ConfigParser() but it has a 'section' limitation, so looking for other alternatives. Thanks, Harsh -- http://mail.python.org/mailman/listinfo/python-list