On 5/9/07, Shannon -jj Behrens <[EMAIL PROTECTED]> wrote:
>
> > Are you using filter-with?  I've seen problems with that and appconfig,
> > but I haven't been able fit it yet.  Using filter-app/next works,
> though.
>
> Ugh, I just ran into this.  I feel like a car hitting a brick wall ;)


Hmm. I thought it is closer to a lab's rat. ;)

The app works just fine, but "paster setup-app" doesn't:
>
>     conf = AttrDict(self.global_conf)
> TypeError: iteration over non-sequence


Well, I ended up re-writing my development ini using pipeline idiom:


[pipeline:main]
pipeline = proxy-prefix printdebug app

[filter:printdebug]
use = egg:Paste#printdebug

[filter:proxy-prefix]
use = egg:PasteDeploy#prefix
prefix = /_pylons

[app:app]
use = egg:doupy
...

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