Turns out "easy_install PasteDeploy" installs to site-packages/PasteDeploy-1.3.1-py2.5.egg/paste/deploy instead of site-package/paste/deploy. Not sure why that's the default behavior...
On Mon, Jun 16, 2008 at 4:38 AM, Wichert Akkerman <[EMAIL PROTECTED]> wrote: > > Previously Mike Orr wrote: >> >> On Sun, Jun 15, 2008 at 8:40 AM, Chris <[EMAIL PROTECTED]> wrote: >> > >> > I'm trying to run a simple app through Apache via mod_wsgi. Following >> > the directions at >> > http://wiki.pylonshq.com/display/pylonscookbook/mod_wsgi+and+workingenv.py >> > I've gotten the simple helloworld app.wsgi file to work correctly. >> >> This needs to be updated for virtualenv, which is workingenv's >> successor. Any volunteers? > > As an alternative you can also use zc.buildout with > collective.recipe.modwsgi which is possibly simpler to setup and allows > for better control over your environment. > > Wichert. > > -- > Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. > http://www.wiggy.net/ It is hard to make things simple. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
