From 49ed9b2a4add7fffaa178dd525dfc438509a868f Mon Sep 17 00:00:00 2001 From: Matty Date: Mon, 5 Feb 2018 09:21:41 -0500 Subject: [PATCH] Updated the FAQ with the error produced if python[2-3]-bcc isn't installed. --- FAQ.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.txt b/FAQ.txt index 03b9a7408611..c898afb86df2 100644 --- a/FAQ.txt +++ b/FAQ.txt @@ -38,3 +38,10 @@ A: You need to obtain a recent version of the Linux source code Q: hello_world.py fails with: ImportError: No module named past.builtins A: sudo pip install future + +Q: Running one of the bcc tools produces an import error: + Traceback (most recent call last): + File "./execsnoop", line 20, in + from bcc import BPF + ImportError: No module named bcc +A: Make sure the python bcc bindings package (python2-bcc) is installed.