Hi, I tried unchecking the automatically load numpy option. I checked that numpy was not available in the Spyder IPython console. Pandas still would not import, nor would it import once I had manually imported numpy - same error message as before.
I agree that it looks like some kind of mis-match. I used sys.modules to track the paths, but no joy: in Spyder/Python numpy and pandas load from Spyder (eg /Applications/Spyder.app/Contents/Resources/lib/python2.7/pandas/__init__.pyc), in Spyder/IPython numpy also loads from Spyder, but I cannot tell from where it tries to load pandas - that might be helpful! all the best, Jeremy On Tuesday, February 11, 2014 5:51:58 PM UTC+1, Adrian Klaver wrote: > > On 02/11/2014 08:03 AM, Jeremy Harbinson wrote: > > Hi, > > Thanks for your response. > > > > Numpy was running in the Spyder IPython console (version 1.7.1) (though > > it was useful to look at those pages of the Preferences notebook). > > You might want to uncheck automatically loading numpy in the Spyder > IPython console and see what happens. Just a hunch, but I suspect there > may be a numpy version clash at work. > > I > > also started an IPython notebook in Safari (so no Spyder and no > > Enthought Canopy), pandas loaded and I could run a function that used > > pandas. The version number of pandas that ran in the notebook was > > 0.12.0, which is the same as that which ran in the Spyder Python > session. > > all the best, > > Jeremy > > > > > > -- > Adrian Klaver > [email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
