More information:
sage: k=0
....: for k in range(1,j-1,1):
....:     z=float(A[k][1])
....:     s=s+z
....:     
print(k)------------------------------------------------------------------------
An error occurred during signal handling.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
this error occurs before i "enter" the command. Do not laugh about my 
simple code, i am real new to sage. :-D


Am Mittwoch, 17. April 2019 10:07:45 UTC+2 schrieb Jeroen Demeyer:
>
> On 2019-04-17 09:32, Oliver Thiel wrote: 
> > Hello, 
> > 
> > I absolutely dont know why but i am getting an error. 
>
> What did you do? What happened *exactly*? 
>
> See also https://www.chiark.greenend.org.uk/~sgtatham/bugs.html 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to