Apologies for any confusion. Basically I just want to know my app's root 
path so that I can do various random things like store extra logs there, 
read the pyramid.pid file, etc.

Based on your feedback, this seems to work, unless anybody has a better 
suggestion:

    from pkg_resources import resource_filename
    resource_filename('myappspkgname', '')

Thanks,
Seth

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to