Received: by 10.68.138.14 with SMTP id qm14mr4132714pbb.5.1349689837319; Mon, 08 Oct 2012 02:50:37 -0700 (PDT) Received: by 10.68.134.129 with SMTP id pk1mr4350848pbb.13.1349689837299; Mon, 08 Oct 2012 02:50:37 -0700 (PDT) Path: g9ni23679pbh.1!nntp.google.com!kr7no9208643pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Mon, 8 Oct 2012 02:50:37 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.198; posting-account=mOa_3AoAAABShsxK135MYu1Su4h37eNB NNTP-Posting-Host: 148.87.19.198 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Reading properties file in Python, except using ConfigParser() From: justmailha...@gmail.com Cc: =?ISO-8859-1?Q?G=FCnther_Dietrich?= Injection-Date: Mon, 08 Oct 2012 09:50:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Friday, October 5, 2012 5:03:01 PM UTC+5:30, G=FCnther Dietrich wrote: > justmailha...@gmail.com wrote: >=20 >=20 >=20 > >How to read properties file in Python? I found ConfigParser() but it has= a=20 >=20 > >'section' limitation, so looking for other alternatives. >=20 >=20 >=20 > Have a look at PyYAML. >=20 >=20 >=20 >=20 >=20 >=20 >=20 > Best regards, >=20 >=20 >=20 > G=FCnther Thanks for responding guys. I got the solution from here -=20 http://www.daniweb.com/software-development/python/threads/435902/reading-p= roperties-file-in-python-except-using-configparser# Posting it here for others' benefit..