Skip to content

popen2 is missing for Python3 #1

@sibskull

Description

@sibskull

$ python3 processes_test.py
Traceback (most recent call last):
File "/usr/src/RPM/BUILD/eventlib-0.3.0/greentest/processes_test.py", line 25, in
from eventlib import processes
File "/usr/lib/python3/site-packages/eventlib/processes.py", line 22, in
import popen2
ModuleNotFoundError: No module named 'popen2'

Please, rewrite implementation of processes handling from popen2 to subprocess.Popen: https://stackoverflow.com/questions/3892556/subprocess-replacement-of-popen2-with-python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions