On 2008-05-06 11:07, Jorge Vargas wrote:
On Tue, May 6, 2008 at 4:33 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
On 2008-05-06 01:16, Matimus wrote:
On May 4, 11:35 pm, sandipm <[EMAIL PROTECTED]> wrote:
Hi,
In my application, I have some configurable information which is used
by different
On Tue, May 6, 2008 at 4:33 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
>
> On 2008-05-06 01:16, Matimus wrote:
>
> > On May 4, 11:35 pm, sandipm <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > > In my application, I have some configurable information which is used
> > > by different processes. curr
On 2008-05-06 01:16, Matimus wrote:
On May 4, 11:35 pm, sandipm <[EMAIL PROTECTED]> wrote:
Hi,
In my application, I have some configurable information which is used
by different processes. currently I have stored configration in a
conf.py file as name=value pairs, and I am importing conf.py fil
On Tue, May 6, 2008 at 2:00 AM, sandipm <[EMAIL PROTECTED]> wrote:
>
> here I would like to have python file which read conf from text file
> and load those params in current process space.
> so only importing that python file should read up the conf file and
> load the current process with co
Thanks for various useful suggestions.
actually right now I am using conf files only in psp handler of
mod_python/apache
but I have other processes which might use same config files.
One way is I can put conf related data directly in database and
database handling module can directly pickup values
On May 5, 6:57 pm, Matimus <[EMAIL PROTECTED]> wrote:
> On May 5, 10:22 am, Francesco Bochicchio <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Mon, 05 May 2008 00:35:51 -0700, sandipm wrote:
> > > Hi,
> > > In my application, I have some configurable information which is used
> > > by different processe
On May 4, 11:35 pm, sandipm <[EMAIL PROTECTED]> wrote:
> Hi,
> In my application, I have some configurable information which is used
> by different processes. currently I have stored configration in a
> conf.py file as name=value pairs, and I am importing conf.py file to
> use this variable. it wo
On May 5, 10:22 am, Francesco Bochicchio <[EMAIL PROTECTED]> wrote:
> On Mon, 05 May 2008 00:35:51 -0700, sandipm wrote:
> > Hi,
> > In my application, I have some configurable information which is used
> > by different processes. currently I have stored configration in a
> > conf.py file as name=
On Mon, 05 May 2008 00:35:51 -0700, sandipm wrote:
> Hi,
> In my application, I have some configurable information which is used
> by different processes. currently I have stored configration in a
> conf.py file as name=value pairs, and I am importing conf.py file to
> use this variable. it works
sandipm wrote:
In my application, I have some configurable information which is used
by different processes. currently I have stored configration in a
conf.py file as name=value pairs, and I am importing conf.py file to
use this variable. it works well
import conf
print conf.SomeVariable
but i
Hi,
In my application, I have some configurable information which is used
by different processes. currently I have stored configration in a
conf.py file as name=value pairs, and I am importing conf.py file to
use this variable. it works well
import conf
print conf.SomeVariable
but if I need to c
11 matches
Mail list logo