sub modules missing?

Michael Aye kmichael.aye at gmail.com
Fri Mar 2 12:38:37 EST 2012



On Friday, March 2, 2012 6:37:56 PM UTC+1, Michael Aye wrote:
>
>
>
> On Friday, March 2, 2012 6:12:24 PM UTC+1, Michael Aye wrote:
>>
>> In [48]: import skimage.
>> skimage._osp     skimage.util     skimage.version  
>>
>> In [48]: import skimage.
>>
>> and:
>>
>> In [46]: from skimage import exposure
>>
>> ---------------------------------------------------------------------------
>> ImportError                               Traceback (most recent call 
>> last)
>> /Users/maye/Dropbox/src/pymars/<ipython-input-46-fda3143d69ce> in 
>> <module>()
>> ----> 1 from skimage import exposure
>>
>> ImportError: cannot import name exposure
>>
>> In [47]: skimage.__version__
>> Out[47]: '0.6dev'
>>
>> What happened here?
>> Please help.
>>
>>
> Not the most orthodox and efficient method but I guess I required some 
> clean-up somewhere from my previous 0.5dev build. I removed my git clone 
> and started from scratch. Then the 0.6dev works fine.
>
> With unorthodox and low efficiency I described my solution of removing the 
whole clone. ;) 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120302/80c00356/attachment.html>


More information about the scikit-image mailing list