Oh, you didn't do a tarball.... or an announcement so I could bother
you about the lack of a tarball ;-)

http://download.sugarlabs.org/sources/honey/Speak/

On Mon, Apr 13, 2015 at 10:38 PM, Walter Bender <walter.ben...@gmail.com> wrote:
> I released v50 a while back to remove the Numeric fallback. Not sure
> why numpy is not being found.
>
> -walter
>
> On Mon, Apr 13, 2015 at 5:27 PM, Peter Robinson <pbrobin...@gmail.com> wrote:
>> On Mon, Apr 13, 2015 at 7:36 PM, Gonzalo Odiard <godi...@sugarlabs.org> 
>> wrote:
>>> The error is:
>>>
>>> import fft_mouth
>>> from Numeric import ceil
>>> ImportError: No module named Numeric
>>>
>>> But the code say:
>>>
>>> try:
>>>     from numpy.oldnumeric import ceil
>>>     from numpy.fft import *
>>> except:
>>>     from Numeric import ceil
>>>     from FFT import *
>>>
>>> In my F21, the numpy imports work ok.
>>>
>>> Maybe we should add numpy as a dependency for the sugar-speak rpm?
>>
>> It already is, and has been for years, I checked ;-). Speak was the
>> only Activity that doesn't at least start for RC1, I didn't really
>> test any in more detail, and when it ran numpy was installed. The only
>> real difference I can see was a move from 1.9.1 to .2 at the beginning
>> of march.
>>
>> Peter
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
_______________________________________________
SoaS mailing list
SoaS@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/soas

Reply via email to