On Jan 3, 8:58 pm, Pierre Raybaut <[email protected]> wrote: > Hi, > > Is NumPy installed on your machine? > If not then install it and try again. > (this may be happening because you've run Spyder once with NumPy > installed -- so it has stored something related to it in its > configuration file -- and then you've run again Spyder but without > NumPy) > > If NumPy is installed, then it's a bug! > Try adding the following lines in workspace.py before line 34 where > FILTERS is defined: > try: > from numpy import ndarray > except ImportError: > pass > > Pierre
Hi I actually uninstalled everything and then reinstalled it again. Now it works like a charm. Propably something went wrong the first time... thank you very much -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
