Can you post a whole run and also say what version of Sage you are running?
I get this which looks ok:
----------------------------------------------------------------------
| SAGE Version 3.0.1, Release Date: 2008-05-04 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: x,y=var("x,y")
sage: x,y=var('x,y')
John Cremona
2008/5/8 Babai <[EMAIL PROTECTED]>:
>
> x,y=var("x,y"), this syntax ran smooth the first time, but when I ran
> it second time...
>
> This error shows,
>
> x,y=var('x,y')
> ValueError: too many values to unpack
>
> Please help!
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---