On 21/03/2015, [email protected] <[email protected]> wrote: > I got the following. I can not understand...
First of all, it seems that you are running Sage from /tmp/ or from some repository with too permissive restrictions. This is what tells you the line > sys:1: RuntimeWarning: not adding directory '' to sys.path since it's > writable by an untrusted group. > Untrusted users could put files in this directory which might then be > imported by your Python code. As a general precaution from similar > exploits, you should not execute Python code from this directory Then, you need to download the raw patch from the address http://trac.sagemath.org/raw-attachment/ticket/12051/12051_LLL_QQ.patch and not the HTML page. There is a link in the bottom of the page when you click on the link "12051_LLL_QQ.patch". Anyway, the most important is that you got it working! Do you know the author of the ticket? It would be cool to get it included in Sage. Vincent -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
