Re: Error in plot_matching.py example
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@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@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@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@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
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.
participants (2)
-
Ankit Agrawal
-
Johannes Schönberger