On Fri, Jun 27, 2008 at 3:53 PM, webwurst <[EMAIL PROTECTED]> wrote: > > Hi! > > If i start a pylons project with paster i can add the parameter -- > relaod, so changes to the source code are reflected directly. But i'm > using mod_wsdi now and i have to restard apache if i want changes in a > python file to take effect! > > Is there a way that changed files are checked with mod_wsgi?
I actually plan on doing this with Pyinotify at some point when I get time and making a "dev" library for mod_wsgi as part of another larger project I am working on, but you can easily do this yourself too with that library. If you write the code, let me know :) > > Cheers, > webwurst > > > -- Noah Gift http://noahgift.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
