On 02/11/2014 10:36 AM, Jeremy Harbinson wrote:
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!

Actually it told you in the traceback in the first post:

File "/Users/jeremyharbinson1/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/pandas/__init__.py", line 6, in <module>

So you are working with two versions of pandas.

See Uwes' post for a possible solution.

all the best,
Jeremy



--
Adrian Klaver
[email protected]

--
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.

Reply via email to