Re: [PATCH] Check all python modules in contrib/dg-extract-results.sh

2015-03-06 Thread Jeff Law
On 03/06/15 03:19, Bernd Edlinger wrote: Hi, I have a box, where only python-minimal-2.7 seems to be installed and I have tried to use make -k -j2; but this results in ./dg-extract-results.sh Traceback (most recent call last): File "./dg-extract-results.py", line 13, in import io Impor

[PATCH] Check all python modules in contrib/dg-extract-results.sh

2015-03-06 Thread Bernd Edlinger
Hi, I have a box, where only python-minimal-2.7 seems to be installed and I have tried to use make -k -j2; but this results in ./dg-extract-results.sh Traceback (most recent call last):   File "./dg-extract-results.py", line 13, in     import io ImportError: No module named io This causes cont