Setup sys.path properly this time (I'll update the hacking guide to
explain what's been done)
diff --git a/test/run_examples_test.py b/test/run_examples_test.py
index 10f8c1e..0ac5859 100755
--- a/test/run_examples_test.py
+++ b/test/run_examples_test.py
@@ -9,8 +9,8 @@
#-------------------------------------------------------------------------------
import os, sys
import logging
-
-from test.utils import run_exe, is_in_rootdir, dump_output_to_temp_files
+from utils import setup_syspath; setup_syspath()
+from utils import run_exe, is_in_rootdir, dump_output_to_temp_files
# Create a global logger object