On 5/29/07, John Cremona <[EMAIL PROTECTED]> wrote:
> There is probably some sort of new library
> > conflict or something. To help debug this, could you try
> > starting sage, then navigating to a dvi file (yes, use cd just
> > like in bash), then type
> > sage: !xdvi filename.dvi
> > and let me know what happens.
>
> This works fine. WIth view() it does get as far as displaying the xdvi
> window, but it closes immediately.
The way view works is that it creates a latex document in
$HOME/.sage/temp/hostname/pid/sage_viewer_*
where hostname is the hostname of your computer. You
could type
sage: view(...)
then take a look in
$HOME/.sage/temp/hostname/pid/
and see what's there.
ALSO, you can type
view(debug=True)
and you'll get some info about what's going on. Maybe you're
trying to view an object and latex is failing to latex it? Could
you send the code that creates the object you want to view?
Or does the problem happen no matter what you try to view?
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---