On Dec 10, 2007 10:12 PM, Jagdpanther <[EMAIL PROTECTED]> wrote: > > I have tried both a locally compiled firefox (64-bit) and downloaded > firefox (32-bit) and when connecting to https://127.0.0.1:8000/ or > https://localhost:8000 I receive a blank white screen. However, when > running a downloaded seamonkey (32-bit) the sage notebook works > well. > > I am running on a Linux 2.6.22.10 (64-bit) Gentoo system. > > Any ideas on how to get mozilla firefox (64-bit) working with Sage?
Just out of curiosity what happens if you run the notebook insecurely (which isn't a problem if you are the only user on that computer, but *is* if there are multiple users on your system) ? Try doing sage: notebook(secure=False) 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/ -~----------~----~----~----~------~----~------~--~---
