Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a zope app (Grok-based actually) that has a zope.conf file which is used by some zope apps for paths etc on startup. I have similar info I need to pass (basically a bunch of strings) into my actual wsgi-based web app proper, and I can't seem to find a way to do it via the wsgi pipeline and paster ini config so I was wondering how I would do it via zope.conf?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.