Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #11

Open
Zibri opened this issue Apr 30, 2019 · 1 comment
Open

error #11

Zibri opened this issue Apr 30, 2019 · 1 comment

Comments

@Zibri
Copy link

Zibri commented Apr 30, 2019

$ 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'

@Ret2lib
Copy link

Ret2lib commented May 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants