Error in plot_matching.py example

Stéfan van der Walt stefan at sun.ac.za
Thu Jul 11 12:59:15 EDT 2013


Hi Ankit

On Thu, Jul 11, 2013 at 3:32 PM, Ankit Agrawal <aaaagrawal at gmail.com> wrote:
> "/usr/local/lib/python2.7/dist-packages/scikit_image-0.9dev-py2.7-linux-x86_64.egg/skimage/io/_plugins/plugin.py",
> line 47, in _scan_plugins
>     name = cp.sections()[0]
> IndexError: list index out of range

That's odd--the error is with your plugins, not with that specific
example.  Can you try

from skimage import data
data.checkerboard()

?

Stéfan



More information about the scikit-image mailing list