cookie_crimes icon indicating copy to clipboard operation
cookie_crimes copied to clipboard

error

Open Zibri opened this issue 5 years ago • 1 comments

$ python cookie_crimes.py Traceback (most recent call last): File "cookie_crimes.py", line 139, in forbidden_process = summon_forbidden_protocol() File "cookie_crimes.py", line 100, in summon_forbidden_protocol stdout=subprocess.DEVNULL, AttributeError: 'module' object has no attribute 'DEVNULL'

Zibri avatar Apr 30 '19 15:04 Zibri

You are are likely using python 2. DEVNULL does not exist for the python 2 version of subprocess.

Ret2lib avatar May 08 '19 19:05 Ret2lib