Gregory P. Smith added the comment: The standard library in Python 2.7 does not have an associated extension module. _posixsubprocess comes from subprocess32.
There isn't much point in using subprocess32 on POSIX systems without the _posixsubprocess extension module. If that import is failing, something in your build for whatever your embedded system is, is not doing the right thing. as this is subprocess32 only related and not python stdlib subprocess related in Python 3 I suggest using the https://github.com/google/python-subprocess32/issues tracker. But I don't have enough information to offer much help. "ImportError: dynamic module does not define init function (init_posixsubprocess)" is very suspicious given that it does: https://github.com/google/python-subprocess32/blob/master/_posixsubprocess.c#L879 ---------- assignee: -> gregory.p.smith resolution: -> works for me stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31383> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com