On Sun, 11 Feb 2007 04:44:57 -0800, Michel <[EMAIL PROTECTED]> wrote:
>
> I wanted to do my first plotting experiment in sage-2.0. (on FC6)
>
> bc1 = bar_chart([1,2,3,4]) # from the manual
> bc1.show()
>
> (lots of debug output)
> : No module named _md5
>
> What's up? Am I doing some
I think I now understand the problem. A while ago
I pulled over a compiled version of sage-2.0 from a
FC4 to a FC6 machine. Everything seemed fine, but
apparently it wasn't.
Anyway I have downloaded and compiled 2.1.0.1 now.
Michel
On Feb 11, 1:49 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
Works for me in SAGE 2.1 (suse 10.0 amd64).
On 2/11/07, Michel <[EMAIL PROTECTED]> wrote:
>
> I wanted to do my first plotting experiment in sage-2.0. (on FC6)
>
> bc1 = bar_chart([1,2,3,4]) # from the manual
> bc1.show()
>
> (lots of debug output)
> : No module named _md5
>
> What's