[SoaS] Speak-49 with Fedora 22 Release Candidate 1 (RC1) Available Now!

Peter Robinson pbrobinson at gmail.com
Mon Apr 13 17:27:38 EDT 2015


On Mon, Apr 13, 2015 at 7:36 PM, Gonzalo Odiard <godiard at 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


More information about the SoaS mailing list