On Thu, Sep 4, 2008 at 1:08 PM, Raoul Snyman <[EMAIL PROTECTED]> wrote: > > I'm trying to get my Pylons app working on mod_wsgi. mod_wsgi > definitely works, and using the paster http server, my Pylons app > words. However, when I run my app through mod_wsgi, I get a > pkg_resources.DistributionNotFound: 'projectname'. > > It looks like PackageResources/setuptools can't find my project. > > I'm not really sure where to go to from here... can anyone furnish me > with some pointers (or pointed questions)? Install you application: python setup.py develop OR python setup.py install
-- Dalius http://blog.sandbox.lt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
