Comment 1 for bug 1306543

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 1306543] [NEW] python3.4 breaks installing deb files

On Apr 11, 2014, at 11:13 AM, Launchpad Bug Tracker wrote:

>dpkg: error: unable to read filedescriptor flags for <package status and
>progress file descriptor>: Bad file descriptor

In Python 3.4, file descriptors are not inherited by child processes by
default. You need to use os.set_inheritable().

https://docs.python.org/3/library/os.html#fd-inheritance