/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
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 -
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:
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
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
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
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
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
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
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
10 matches
Mail list logo