[Twisted-Python] Python3 twistd daemon for Ubuntu 14.04 alternatives

Cory Benfield cory at lukasa.co.uk
Wed Feb 22 13:59:46 MST 2017


> On 22 Feb 2017, at 18:16, Phil Mayers <p.mayers at imperial.ac.uk> wrote:
> 
> #2 seems useful now that I know about it but - correct me if I'm wrong - the manylinux1 permitted C dependencies are super-tiny, and would not permit e.g. cryptography or psycopg2?

Depends.

The permitted C dependencies *for dynamic linking* are tiny, sure. But those libraries may statically link as they please. The likely scenario for most such packages is that they statically link whatever they need. This is the approach taken by some that I ship.

Cory





More information about the Twisted-Python mailing list