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
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
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
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
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
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