[sage-support] Re: An importing problem

2009-09-25 Thread Kwankyu
Hi William, > > Try putting " import sage.matrix.matrix" as the line *right* before > you use "sage.matrix.matrix.is_Matrix()".  I.e., do the import in the > function, not at the module level. > That is what I first tried. That results in the same error. I added the line import sage.matrix.matr

[sage-support] Re: An importing problem

2009-09-24 Thread William Stein
On Thu, Sep 24, 2009 at 10:51 PM, Kwankyu wrote: > > Hi, > > I am modifying the file sage/rings/polynomial/term_order.py. If I add > the following line > > import sage.matrix.matrix > > Then Sage is compiled but Sage does not run but issue the following > error: > ... > ... > ... > /Users/Kwankyu