Hi Johannes,

On Fri, Jul 12, 2013 at 1:24 AM, Johannes Schönberger <jschoenberger@demuc.de> wrote:
I guess you are in the root directory of the scikit-image git repository and hence the skimage folder is in your namespace. Either:

        cd doc/examples; python plot_matching.py

or:

        make; python doc/examples/plot_matching.py

Both of the above ways return the same error.

Cheers,
Ankit.