[14:58] pyramid saves the day! I was down to mod_wsgi with apache or waitress for a working wsgi server on Windows [14:59] For Django [15:05] :) [15:05] pyramid always wins [15:07] for great justice [15:37] its because the aliens built them. [15:53] In your Python projects, do you have Makefile commands for creating/populating/activating a virtualenv, or do you leave it to the user? [15:55] brousch: /I/ never assume or require venv use. i consider it an antipattern. Everything I work on at work does the opposite and has makefile commands which do venv sutff. [17:14] jrwren: Interesting [17:16] I think it's a good practice, but I'm not sure I should be imposing it for developing/running