On Mon, Apr 13, 2015 at 7:36 PM, Gonzalo Odiard <[email protected]> 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 _______________________________________________ SoaS mailing list [email protected] http://lists.sugarlabs.org/listinfo/soas

