Error in plot_matching.py example

Johannes Schönberger jschoenberger at demuc.de
Thu Jul 11 13:24:56 EDT 2013


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



Johannes Schönberger

Am 11.07.2013 um 19:23 schrieb Ankit Agrawal <aaaagrawal at gmail.com>:

> Hi Stefan,
> 
>        Till now, I was trying `python doc/examples/plot_matching.py` which still produces the error mentioned in the first post(Still wondering why?). However, since you mentioned 'same environment', I tried executing using execfile() and it worked.
> 
> Regards, 
> Ankit Agrawal,
> Communication and Signal Processing,
> IIT Bombay.
> 
> 
> On Fri, Jul 12, 2013 at 1:05 AM, Stéfan van der Walt <stefan at sun.ac.za> wrote:
> Hi Ankit
> 
> Your script fails at "from skimage import data" -- rather odd, given
> that it succeeds when you try it by itself, don't you think?  Are you
> launching the script in the same environment?
> 
> Stéfan
> 
> --
> You received this message because you are subscribed to the Google Groups "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  




More information about the scikit-image mailing list