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

OSError: [Errno 2] No such file or directory #1

Open
adamziaja opened this issue Mar 31, 2014 · 0 comments
Open

OSError: [Errno 2] No such file or directory #1

adamziaja opened this issue Mar 31, 2014 · 0 comments

Comments

@adamziaja
Copy link

$ python avwhy.py mcafee malware.exe
Traceback (most recent call last):
  File "avwhy.py", line 347, in <module>
    main()
  File "avwhy.py", line 330, in main
    if not scanner.ismalicious():
  File "avwhy.py", line 290, in ismalicious
    p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
$ python avwhy.py ms malware.exe
[i] For MS Security Essentials batch size is always forced to 1
Traceback (most recent call last):
  File "avwhy.py", line 347, in <module>
    main()
  File "avwhy.py", line 330, in main
    if not scanner.ismalicious():
  File "avwhy.py", line 240, in ismalicious
    p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
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

1 participant