[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 it turns

[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 William Stein
On Sun, Mar 1, 2009 at 8:10 PM, David Joyner wrote: > > On Sun, Mar 1, 2009 at 6: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

[sage-devel] Re: basic workflow questions

2009-03-01 Thread David Joyner
On Sun, Mar 1, 2009 at 6: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-main, and the > symbolic link

[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: basic workflow questions

2009-03-01 Thread Rob Beezer
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-main, and the symbolic link at the same level named devel/sage will point to the new tree devel/s