>
>
>
> > Got it.  As I say, I can't see this in any current Sage I have, except a 
> > server with no LaTeX, so it would be hard to debug.   
>
> I found the reason. File permissions. 
>
>
In your specific case, or in general?  If in general, we can open an issue 
to at least keep track of it and suggest workarounds.
 

> But... If I say plot(sin) it works: the process running GUI as uid 
> 'sagegui' makes a file to /tmp, the process running computation as uid 
> 'sagecalc' reads it and makes a picture file that 'sagegui' can read. But 
> for %latex it does not work: file written by 'sagecalc' gets permissions 
> that do not allow 'sagegui' to read it. Why so? 
>
> -- 
>

I think you'd have to go through the code that parses the various percent 
directives in sagenb and see how they get used; sometimes I think they do 
start up new processes, whereas plot() is a "Sage native" process.

-- 
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