Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In calculating the basis, it seems to be doing some very strange imports. Do you have any PATH set strangely? Where are you running this from? In particular, lines like

/Users/brandonrayhaun/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy/__init__.py

There should not be anything using an outside version of numpy, only the Sage version of it should be used. I'm also not sure what

/Users/brandonrayhaun/Desktop/Code/Sage/vector_real_double_dense.pyx

is; why would this file be in some random folder? (Perhaps you are working on it?)

So my advice (this is sort of an answer) is to make sure you don't have any code like that "visible" to Sage. Since this is a compiled version in the app bundle, I don't know why that would happen, but apparently Sage is getting confused by all your different versions of some code.