Hi,

On 4/18/07, Ian Bicking <[EMAIL PROTECTED]> wrote:
>
> > OK, i have rewritten it using pipeline: idiom. The TypeError is gone but
> > the app_conf returned still shows only 7 DEFAULT entries and none of my
> > application keys.
>
> You'll have to point to your #mainapp configuration section; it can't
> really figure out which of the sections represents the main application.
>   Hmm... it's kind of hard to do that generally, but I suppose it would
> be possible if you weren't using any composite sections.


I see. For my project, I ditched  composite: (it was more of an experiment)
and now it works just fine. The development.ini#mainapp also worked, btw.

Thanks for helping me out.

Anyway, what I'd really like to do instead of the setup-app stuff is
> have paster just do an internal web request, and you'd write the setup
> as a controller in your application (probably a controller class written
> for this particular use case).


Clever, though I am not sure about if this buys you much. If you need to do
web-based install/configuration you can just use normal controllers after
initial setup (manual, setup-app or whatever).

Max.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to