[sage-support] Re: Upgrade to version 3.1.1

2008-09-04 Thread William Stein

On Thu, Sep 4, 2008 at 3:53 AM, Maike <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I just upgraded from 3.0.5 to version 3.1.1 and several things aren't
> working any more:
>
> 1. sliders aren't showing when used with the interact-functionality.
> It doesn't work the way it used to in the older version, and it
> doesn't work when I copy examples directly from the documentation.
> There's just the name of the variable, but no slider next to it. What
> can I do??

It sounds like something went wrong with your upgrade.  You should
try a fresh install of sage-3.1.1.

William

>
> 2. Without changing any of the code, I get a new error message that
> wasn't there before, and it doesn't tell me the line of code where
> something went wrong. Since the code is pretty long, maybe someone can
> tell me what kind of error I have to look for when I see this:
> "ValueError: invalid literal for int() with base 10: 'NaN'"
>
> 3. Syntax on arrows has changed. Before I gave the starting and ending
> point of the arrow, now you have to give the starting point and the
> difference between the starting and ending points (something like
> (3,4) meaning 3 to the right, 4 up). However, the documentation still
> explains it the old way and it took me a while to figure it out.
>
> Thanks for any help with the first two problems!
> Maike
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Upgrade to version 3.1.1

2008-09-04 Thread Robert Bradshaw


On Sep 4, 2008, at 6:37 AM, William Stein wrote:

>
> On Thu, Sep 4, 2008 at 3:53 AM, Maike  
> <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> I just upgraded from 3.0.5 to version 3.1.1 and several things aren't
>> working any more:
>>
>> 1. sliders aren't showing when used with the interact-functionality.
>> It doesn't work the way it used to in the older version, and it
>> doesn't work when I copy examples directly from the documentation.
>> There's just the name of the variable, but no slider next to it. What
>> can I do??
>
> It sounds like something went wrong with your upgrade.  You should
> try a fresh install of sage-3.1.1.
>
> William
>
>>
>> 2. Without changing any of the code, I get a new error message that
>> wasn't there before, and it doesn't tell me the line of code where
>> something went wrong. Since the code is pretty long, maybe someone  
>> can
>> tell me what kind of error I have to look for when I see this:
>> "ValueError: invalid literal for int() with base 10: 'NaN'"
>>
>> 3. Syntax on arrows has changed. Before I gave the starting and  
>> ending
>> point of the arrow, now you have to give the starting point and the
>> difference between the starting and ending points (something like
>> (3,4) meaning 3 to the right, 4 up). However, the documentation still
>> explains it the old way and it took me a while to figure it out.

I am getting this too. When did this change?

- Robert


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Upgrade to version 3.1.1

2008-09-04 Thread Jason Grout

Robert Bradshaw wrote:
> 

>>> 3. Syntax on arrows has changed. Before I gave the starting and  
>>> ending
>>> point of the arrow, now you have to give the starting point and the
>>> difference between the starting and ending points (something like
>>> (3,4) meaning 3 to the right, 4 up). However, the documentation still
>>> explains it the old way and it took me a while to figure it out.
> 
> I am getting this too. When did this change?


This is a bug.  See http://trac.sagemath.org/sage_trac/ticket/3880

It's been fixed for 3.1.2, so that arrow((x0,y0), (x1,y1)) goes from the 
point (x0,y0) to the point (x1,y1).

Thanks,

Jason


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Upgrade to version 3.1.1

2008-09-05 Thread Maike

Okay, here's another big problem that seems to have come with version
3.1.1:
"Edit a copy" doesn't work any more on published worksheets! Sage
makes a copy, but I can't edit it. This is a big problem, as we're
working with several users.

Please help! Thanks.
Maike
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Upgrade to version 3.1.1

2008-09-05 Thread Mike Hansen

Hello,

> Okay, here's another big problem that seems to have come with version
> 3.1.1:
> "Edit a copy" doesn't work any more on published worksheets! Sage
> makes a copy, but I can't edit it. This is a big problem, as we're
> working with several users.

I fixed this a few days ago, and it will be in the next release.  You
can find the patch at http://trac.sagemath.org/sage_trac/ticket/3960

--Mike

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---