Re: [Twisted-Python] Using twistd with -c option causes permission error

2018-08-29 Thread Jean-Paul Calderone
On Tue, Aug 28, 2018 at 5:54 AM Richard Shea wrote: > > With Apache the process starts as root, reads the key and then makes the > apache process run as a different, less powerful, user but I can't see how > you can do the equivalent for twistd ? Am I overlooking something ? > > twistd has `--ui

[Twisted-Python] T9217 / PR1052: Wheels, wheels, and more wheels

2018-08-29 Thread Kyle Altendorf
Hi All, I am working on ticket #9217 / PR #1051 to add lots more wheel generation to the Twisted CI. I decided to give the cibuildwheel package a try and it made this process almost too easy (well... sort of :] ). I've got AppVeyor-Windows, Travis-Linux, and Circle-OSX all building a variet

[Twisted-Python] Keeping logger from snatching stdout?

2018-08-29 Thread Jeff Grimmett
I'm working on a Flask project using the flask_twisted package from PyPI and have encountered a mystery. I don't *have* to solve it to move on, but darn it, I can't let it go :) https://pypi.org/project/Flask-Twisted/ https://github.com/cravler/flask-twisted/ So here's the breakdown: when use th