PMXBOT Log file Viewer

Help | Karma | Search:

#dcpython logs for Wednesday the 14th of March, 2012

(Back to #dcpython overview) (Back to channel listing) (Animate logs)
[18:31:32] <richleland> people of earth - anyone doing auto-reloading with uWSGI + Django?
[18:35:30] <benji> richleland: I've never done it with that stack, but I've done it (if "it" is automatic module reloading) with others and I am compelled to warn you that there will be weeping and gnashing of teeth.
[18:36:55] <benji> reloading python modules has strange semantics that will likely cause you to debug something for hours just to realize that you just need to stop and restart the app to get it out of some crazy reload-induced state