can not load / use functions from skimage.feature

Hi there, I running Windows 7 (64bit) with WinPython 2.7* NumPy 1.8.1, SciPy 0.13.3, Matplotlib 1.3.1 guidata 1.6.1, guiqwt 2.3.2 Cython‑0.21.1* and the skimage from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.image ( pre compiled ) Also the python path is correct set ( Path and Pythonpath ) The basic example from the website works fine but after I tryed to import *from skimage.feature import blob_dog, blob_log, blob_doh*I got different error messages, so I installed and unistalled every thing but nothing works. My current error message after try to import skimage.featrue
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name blob_dog
I also had some messages like, could not find .corner and .hough and so on I have absolutly no clue how to solve this .. would be nice if someone could help thanks

Hi Hans, Why does your link point to the old name, scikits.image? (It is now scikit-image.) You might have an old version. What's the output for import skimage skimage.__version__ ? Also, I would recommend the Anaconda Python distribution <http://continuum.io/downloads>, as it takes away a lot of the pain of library installs in Python. On Fri, Dec 12, 2014 at 8:19 PM, hans peter <h4n5p3ter@gmail.com> wrote:
Hi there, I running Windows 7 (64bit) with WinPython 2.7* NumPy 1.8.1, SciPy 0.13.3, Matplotlib 1.3.1 guidata 1.6.1, guiqwt 2.3.2 Cython-0.21.1* and the skimage from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.image ( pre compiled ) Also the python path is correct set ( Path and Pythonpath )
The basic example from the website works fine but after I tryed to import *from skimage.feature import blob_dog, blob_log, blob_doh*I got different error messages, so I installed and unistalled every thing but nothing works.
My current error message after try to import skimage.featrue
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name blob_dog
I also had some messages like, could not find .corner and .hough and so on
I have absolutly no clue how to solve this ..
would be nice if someone could help
thanks
-- 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/d/optout.

Hi Hans On 2014-12-12 11:19:33, hans peter <h4n5p3ter@gmail.com> wrote:
and the skimage from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.image ( pre compiled ) Also the python path is correct set ( Path and Pythonpath )
The basic example from the website works fine but after I tryed to import *from skimage.feature import blob_dog, blob_log, blob_doh*I got different error messages, so I installed and unistalled every thing but nothing works.
My current error message after try to import skimage.featrue
I don't think these features are available in your version yet. We'll be releasing 0.11 over the weekend, so you should have access to it then. Alternatively, you may download the code and build it yourself (it's not too hard). Stéfan

Stéfan, the blob_* functions are supposed to be in 0.10 and up... On Sat, Dec 13, 2014 at 2:48 AM, Stefan van der Walt <stefan@sun.ac.za> wrote:
Hi Hans
On 2014-12-12 11:19:33, hans peter <h4n5p3ter@gmail.com> wrote:
and the skimage from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.image ( pre compiled ) Also the python path is correct set ( Path and Pythonpath )
The basic example from the website works fine but after I tryed to import *from skimage.feature import blob_dog, blob_log, blob_doh*I got different error messages, so I installed and unistalled every thing but nothing works.
My current error message after try to import skimage.featrue
I don't think these features are available in your version yet. We'll be releasing 0.11 over the weekend, so you should have access to it then.
Alternatively, you may download the code and build it yourself (it's not too hard).
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/d/optout.
participants (3)
-
hans peter
-
Juan Nunez-Iglesias
-
Stefan van der Walt