Re: Setting up Pyramid WSGI for Apache 2

2011-02-01 Thread Jeff Madynski
Timmy, it sounds like you might have a config problem or possibly a permissions problem. Also note that during development, it is much easier to use paster rather than apache since with apache you have to restart it every time you change your code. Using paster significantly reduces the friction i

Re: Setting up Pyramid WSGI for Apache 2

2011-02-01 Thread Chris McDonough
On Mon, 2011-01-31 at 21:38 -0800, Timmy wrote: > I'm attempting to migrate from Pylons 1.0, and following the > directions on > http://docs.pylonsproject.org/projects/pyramid/dev/tutorials/modwsgi/index.html > > but I keep getting > > ImportError: No module named pyramid.paster > > is there an