[sage-devel] Finding SAGE_ROOT?

2014-08-21 Thread Paul Graham
In trying to setup development for the Sage Notebook, by following the guide at: http://www.sagemath.org/doc/developer/sagenb/index.html , you first need to locate the root directory of the Sage installation, SAGE_ROOT . Thats the part where im stuck as i dont know where SAGE_ROOT is... Many ot

[sage-devel] Re: NameError: global name 'sage' is not defined

2014-08-21 Thread Paul Graham
J3pXspWW4COICVwUI3w> > > for more details. > > Best, > Travis > > > On Tuesday, August 19, 2014 9:24:16 PM UTC-7, Paul Graham wrote: >> >> Ok i did: >> >> from sage.misc.viewer import png_viewer >> >> at the top of the file tachyon.py, an

Re: [sage-devel] Re: SageMathCloud / closed source / GPL / Spirit of Sage??

2014-08-21 Thread Paul Graham
Seems like some people forget that, you have to play the game in order to be successful. The game could broadly be described as: navigating the framework of society. That framework whether you like it or not, is and likely will continue to be composed largely of money. The game consists for eve

[sage-devel] Re: [sage-cloud-internal] William Stein says "Sage has overall failed"

2014-08-21 Thread Paul Graham
2014-2015 will be a big year for Sage i think, with SMC leading the charge, now that SMC in particular has matured alot. From personal everyday experience i know that the idea of being able to make a free account and have access to a more mathematically substantial/capable version of Wolfram Al

[sage-devel] Re: NameError: global name 'sage' is not defined

2014-08-19 Thread Paul Graham
Ok i did: from sage.misc.viewer import png_viewer at the top of the file tachyon.py, and then in my code as you suggest, in Tachyon.show, i changed it from: os.system('%s %s 2>/dev/null 1>/dev/null &'%(sage.misc.viewer.png_viewer(), filename)) to: os.system('%s %s 2>/dev/null 1>/dev/null &'%

[sage-devel] Re: NameError: global name 'sage' is not defined

2014-08-19 Thread Paul Graham
Interestingly, i tried doing: from sage.misc.viewer import png_viewer first, but got the same error. But then i tried: import sage.misc.viewer and Tachyon.show works just fine now... So not sure what happened there. On Saturday, August 16, 2014 9:22:23 PM UTC-7, Travis Scrimshaw wrote: > > You

[sage-devel] NameError: global name 'sage' is not defined

2014-08-15 Thread Paul Graham
Im working on ticket #16228: http://trac.sagemath.org/ticket/16228 , and now when trying to make doctests for both Tachyon..save and Tachyon.show, i recieve an error when trying to test Tachyon.show. Ive tried different input combinations, but just right now, trying to figure out this error my

[sage-devel] Re: SageMathCloud / closed source / GPL / Spirit of Sage??

2014-08-15 Thread Paul Graham
Since you mention looking on Wikipedia for more info on SageMathCloud, just thought id let you know that William writes about SageMathCloud on his Sage blog at: http://sagemath.blogspot.com/ , in case you hadn’t come across it. As it has a lot of information about SMC. On Friday, August 15, 201

[sage-devel] Re: Best way to discuss an open ticket?

2014-08-10 Thread Paul Graham
wondering if in this case and future cases, making a mailing list post like "#16228 make tachyon respect standard verbosity settings" is the thing to do? Hopefully that makes sense :) On Sunday, August 10, 2014 12:45:19 PM UTC-7, Paul Graham wrote: > > In working on some of the begin

[sage-devel] Best way to discuss an open ticket?

2014-08-10 Thread Paul Graham
In working on some of the beginner tickets, and for some of them they are straightforward enough that i can work on them on my own up to changing the status to needs-review. But for others if im unsure where to start on it, or cant push my code to trac without input from other developers, what i

Re: [sage-devel] Re: Cant see changes made to developer guide when rebuilding?

2014-08-08 Thread Paul Graham
Okay ya i did: user1@computer0:~$ /home/user1/sage/sage --docbuild developer html and that worked great, thanks :) On Friday, August 8, 2014 3:11:46 PM UTC-7, John H Palmieri wrote: > > > > On Friday, August 8, 2014 2:09:36 PM UTC-7, Paul Graham wrote: >> >> I end up get

Re: [sage-devel] Re: Cant see changes made to developer guide when rebuilding?

2014-08-08 Thread Paul Graham
/sage_manuals.rst? It says permission denied if i try to edit and save that one... On Friday, August 8, 2014 12:45:37 PM UTC-7, Paul Graham wrote: > > Okay. No worries, at this point nothing is very obvious to me yet! About > how hours does it normally take for sage to build the first time?

Re: [sage-devel] Re: Cant see changes made to developer guide when rebuilding?

2014-08-08 Thread Paul Graham
Okay. No worries, at this point nothing is very obvious to me yet! About how hours does it normally take for sage to build the first time? I guess i should of done ./sage -br instead of make since i didnt change any third party packages, just documentation, as make has been running for the

[sage-devel] Cant see changes made to developer guide when rebuilding?

2014-08-07 Thread Paul Graham
Im working on one of the beginner tickets, where you have to fix something in the developers guide, http://www.sagemath.org/doc/developer/index.html. I saved the changes i made to sage_manuals.rst at /home/me/sage/src/doc/en/developer/sage_manuals.rst then do: sage --docbuild developer html a

[sage-devel] Re: Deleting SSH key from trac account?

2014-08-07 Thread Paul Graham
Ahh okay, so you can delete one as long as you add one. Just once a key have been saved there it appears you cant click save changes with nothing there. On Wednesday, August 6, 2014 4:31:21 PM UTC-7, Paul Graham wrote: > > Are you able to delete an SSH key that is associated with you

[sage-devel] Deleting SSH key from trac account?

2014-08-06 Thread Paul Graham
Are you able to delete an SSH key that is associated with your trac account? Ive tried erasing it and pressing 'save changes' but it stays there? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving e

[sage-devel] Authenticity warning message when SSH-ing into g...@trac.sagemath.org

2014-08-06 Thread Paul Graham
Im new to Sage development and am going through the various items from the dev guide, right now im trying to test that im being authenticated correctly as suggested by example in http://www.sagemath.org/doc/developer/trac.html#manually-linking-your-public-key-to-your-trac-account after adding