On Sun, Nov 23, 2008 at 12:53 PM, Stan Schymanski <[EMAIL PROTECTED]> wrote:
>
> Hm, I did a sage -upgrade on Mac OS X 10.4.11 on a MacBook Pro and
> everything worked fine. When I start sage, it tells me that it is
> "Sage Version 3.2, Release Date: 2008-11-20", but when I open a
> notebook and type version(), it returns: 'SAGE Version 3.1.4, Release
> Date: 2008-10-20'. Both the command line and the notebook give an
> error if I want to use pynac by adding ns=1 to a var() command:
>
> ----------------------------------------------------------------------
> | Sage Version 3.2, Release Date: 2008-11-20                         |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
>
> sage: var('a b',ns=1)
> ---------------------------------------------------------------------------
> TypeError                                 Traceback (most recent call
> last)
>
> /Users/sschym/<ipython console> in <module>()
>
> TypeError: var() takes no keyword arguments
>
>
>
> Does anyone have an idea what is going on?
>
> Cheers

The upgrade failed somehow.  Try this:

sage: hg_sage.pull()
sage: hg_sage.merge()
sage: quit

sage -br

and see if things are any better.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to