Re: about recursive load

2008-10-31 Thread alex23
On Oct 31, 4:58 pm, alex23 <[EMAIL PROTECTED]> wrote: > "project.test.app", which the load_config module imports and then Sorry, that should be "load_config *method*". -- http://mail.python.org/mailman/listinfo/python-list

Re: about recursive load

2008-10-31 Thread alex23
On Fri, Oct 31, 2008 at 3:50 PM, Abah Joseph <[EMAIL PROTECTED]> wrote: > what will module_name looks like?. i mean the new loaded > module. i am very new to this also. thank you. I'm not sure if I'm following what you want... I thought you were asking for a way to load modules containing configur

Re: about recursive load

2008-10-30 Thread alex23
On Oct 30, 2:22 pm, Michel Perez <[EMAIL PROTECTED]> wrote: > Hi, am very newbie in Python, but as part of a project i need to load > configuration -a settings.py file in the package dir- of my apps > recursively, something like this: > > settings.load_config("project.test.app") > settings.load_co

about recursive load

2008-10-30 Thread Michel Perez
Hi, am very newbie in Python, but as part of a project i need to load configuration -a settings.py file in the package dir- of my apps recursively, something like this: settings.load_config("project.test.app") settings.load_config("project.test.*") settings.load_config("project.test") settings.