[sage-devel] Re: Sage clone not working after upgrade.

2009-03-02 Thread Phaedon Sinis
/FinanceDate.py does not exist!" instead of "abort: /finance/FinanceDate.py not under root" On Mar 2, 12:07 am, Carl Witty wrote: > On Sun, Mar 1, 2009 at 11:12 PM, Phaedon Sinis wrote: > > > --- > > sage: hg_sage.add('/finance/FinanceDat

[sage-devel] Re: Sage clone not working after upgrade.

2009-03-01 Thread Phaedon Sinis
te.py" abort: /finance/FinanceDate.py not under root --- I'm a bit lost here... On Mar 1, 9:48 pm, mabshoff wrote: > On Mar 1, 9:40 pm, Phaedon Sinis wrote: > > Hi Phaedon, > > > > > > > I just upgraded my installation of sage, using "sage -

[sage-devel] Sage clone not working after upgrade.

2009-03-01 Thread Phaedon Sinis
I just upgraded my installation of sage, using "sage -upgrade", and now my sage-finance-test clone won't work. I followed the directions to run %upgrade, deleted the indicated file manually, and reran it... and it continues to throw the following error:

[sage-devel] Re: basic workflow questions

2009-03-01 Thread Phaedon Sinis
Actually... I just logged into sage.math.washington.edu , and got the same problem. I wonder if I have an older version on my machine. Anyway: it appears that all these libraries have now been moved into matplotlib.dates.* On Mar 1, 5:46 pm, Phaedon Sinis wrote: > Weird... actually

[sage-devel] Re: basic workflow questions

2009-03-01 Thread Phaedon Sinis
Weird... actually it turns out that "import" fails but "from ... import ..." works -- tab completion recognizes the existence of dateutil. import matplotlib.dateutil returns an error but sage: from matplotlib import dateutil sage: dir(dateutil) ['__author__', '__builtins__', '__doc__', '__f

[sage-devel] Re: basic workflow questions

2009-03-01 Thread Phaedon Sinis
Thanks Rob, that is extremely helpful. On Mar 1, 3:22 pm, Rob Beezer wrote: > Phaedon, > > This won't address all your questions, but will get you headed in the > right path. > > At the system command line: > sage -clone finance-test > > will make a copy of the a tree parallel to devel/sage-mai

[sage-devel] Re: Proposal to enhance date / time features

2009-03-01 Thread Phaedon Sinis
On Feb 11, 3:47 pm, mabshoff wrote: > On Feb 11, 3:40 pm, Phaedon Sinis wrote: > > > Hi Glenn, > > > thanks for looking into this. > > At first glance, it looks like it basically allows date arithmetic. > > I was planning to incorporate Gustavo Niemeyer's re

[sage-devel] basic workflow questions

2009-03-01 Thread Phaedon Sinis
Greetings, Some very basic questions about workflow that are perhaps so basic that they are not addressed in: http://www.sagemath.org/doc/prog/node2.html I've developed a couple of modules & classes that are to be included in sage.finance . Although they work just fine in Python, I'd really like

[sage-devel] ssh woes

2009-02-20 Thread Phaedon Sinis
Hi all, I'm beginning my weekend of Sage asceticism, and as I attempt to login to the sage server after many months, I get the attached error message. Am I trying to ssh into the wrong server? Macintosh-7:~ phaedonsinis$ ssh sage.math.washington.edu -l psinis

[sage-devel] Re: Proposal to enhance date / time features

2009-02-11 Thread Phaedon Sinis
Hi Glenn, thanks for looking into this. At first glance, it looks like it basically allows date arithmetic. I was planning to incorporate Gustavo Niemeyer's relativedelta.py for this purpose. My date library adds business-day / holiday calculations. Does anyone have a strong preference between re