Re: config parser -help

2009-04-03 Thread Chris Rebert
> On Fri, Apr 3, 2009 at 3:15 PM, Murali kumar wrote: >> >> hi all, >> >> i want to all my configuration file names in current/user/home directory.. >> >> for that i came across following function in configparser class.. >> Is it must to specify file names? or only directories enough.. >> if there

Re: config parser -help - anybody please immediately help for me...

2009-04-03 Thread Tim Chase
1) Posting the same question multiple times in a 3 hour span isn't likely to get you anything more than people who get peeved at your impatience. Take a moment to realize that you posted at 4:00am for my local (CST/CDT) time. That means that, at least for those of us in the US, you posted bet

Re: config parser -help - anybody please immediately help for me...

2009-04-03 Thread Gabriel Genellina
En Fri, 03 Apr 2009 08:46:17 -0300, Murali kumar escribió: Is there anyway to read all my configuration filenames with extension (.cfg)? See the glob module http://docs.python.org/library/glob.html glob.glob(os.path.expanduser('~/*.cfg')) -- Gabriel Genellina -- http://mail.python.org/ma

Re: config parser -help - anybody please immediately help for me...

2009-04-03 Thread Murali kumar
On Fri, Apr 3, 2009 at 3:59 PM, Murali kumar wrote: > Is there anyway to read all my configuration filenames with extension > (.cfg)? > > Advanced thanks.. > > > On Fri, Apr 3, 2009 at 3:15 PM, Murali kumar wrote: > >> hi all, >> >> i want to all my configuration file names in current/user/home

Re: config parser -help

2009-04-03 Thread Murali kumar
Is there anyway to read all my configuration filenames with extension (.cfg)? Advanced thanks.. On Fri, Apr 3, 2009 at 3:15 PM, Murali kumar wrote: > hi all, > > i want to all my configuration file names in current/user/home directory.. > > for that i came across following function in configpar