[pylons-devel] Re: wsgi server of choice?

2015-09-25 Thread Laurence Rowe
Have you tried mod_wsgi-express? https://pypi.python.org/pypi/mod_wsgi Presumably the problems you're seeing come from Apache being started by the init system rather than the user's shell in which the module system is installed. Laurence On Thursday, 24 September 2015 09:25:14 UTC-7, Chris Wit

[pylons-devel] Re: Testing a Pyramid app with Jenkins

2015-09-25 Thread Laurence Rowe
On Wednesday, 23 September 2015 11:18:43 UTC-7, alain.d...@nrc-cnrc.gc.ca wrote: > > Before I run the the unit tests, I need restart the tdddemoPyramidApp.py > script so that it runs the most recent version of the app. When I run the > tests outside of Jenkins, I just Ctrl-C the script and re-is