[sage-devel] Re: Sage env -- RM="rm"?

2009-10-19 Thread Tim Dumol
The same problem happened with GLPK's spkg, to note. On Oct 20, 5:26 am, Tim Dumol wrote: > Hey, > > I am currently trying to build a `jpeg-7` spkg on Arch Linux x86_64, > but I've had problems with $RM > > {{{ > ... > checking if gcc -std=gnu99 supports

[sage-devel] Sage env -- RM="rm"?

2009-10-19 Thread Tim Dumol
Hey, I am currently trying to build a `jpeg-7` spkg on Arch Linux x86_64, but I've had problems with $RM {{{ ... checking if gcc -std=gnu99 supports -c -o file.o... rm: cannot remove `conftest*': No such file or directory ... }}} etc. Full log here: http://sage.pastebin.com/m94e6767 Doing: {

[sage-devel] Readline causes error on startup

2009-09-29 Thread Tim Dumol
I am running Arch Linux x86_64. Before a recent system upgrade, Sage was working fine. After upgrading my system, which seems to have removed libtermcap from /usr/lib, this bug happens: Upon running sage, with or without any commandline arguments: $ sage -br bash: symbol lookup error: /opt/sage-

[sage-devel] IRC logs for #sage-devel?

2009-09-23 Thread Tim Dumol
Are there any IRC logs up for #sage-devel? If there isn't, then perhaps we can have a bot (http://www.eggheads.org/) do logging automatically, and have them automatically posted online. It will be helpful for people to catch up with any discussion made in IRC. --~--~-~--~~~

[sage-devel] Gnuplotpy optional package fails to install.

2009-09-19 Thread Tim Dumol
There seems to be a problem with its setup script. I am on Arch Linux x86_64. Here is the error log: [timdu...@tim-pc sage-css]$ sage -f gnuplotpy-1.7.p3 Force installing gnuplotpy-1.7.p3 Calling sage-spkg on gnuplotpy-1.7.p3 You must set the SAGE_ROOT environment variable or run this script fro

[sage-devel] Re: Checking new code with an entire database (isogenies)

2009-09-17 Thread Tim Dumol
Hey Jenny, I thought I could chip in. On Sep 17, 8:28 pm, "J. Cooley" wrote: > Hi William, > > Thank you for all the information. I have spent time this morning > going through it all, the alarm thing is really useful ~ I also > discovered Ctl-C, which seems to be quite handy! (I am REALLY new

[sage-devel] Re: Is there any particular reason why Notebook uses Twisted.Web2 instead of Twisted.Web?

2009-09-05 Thread Tim Dumol
Reading through the code base, it seems switching to Django will entail replacing the user authentication system with Django's -- or at least it seems the cleanest way to do it. Django views can be relatively easily implemented by just translating the code in `twist.py`. The authentication seems t

[sage-devel] Re: Is there any particular reason why Notebook uses Twisted.Web2 instead of Twisted.Web?

2009-08-31 Thread Tim Dumol
Codenode doesn't work with Sage currently, although Dorian Raymer is working on the backend, and it seems it should be ready within a week. It seems that Codenode can replace the Notebook eventually, assuming there are ways to plug in a few templates (to include the Help, etc.). It's well-modular

[sage-devel] Is there any particular reason why Notebook uses Twisted.Web2 instead of Twisted.Web?

2009-08-31 Thread Tim Dumol
The Notebook currently uses Twisted.Web2 as its server. As stated http://twistedmatrix.com/trac/wiki/TwistedWebPlan";>here, Twisted.Web2 is being phased out and its useful features being merged back into Twisted.Web. There doesn't seem to be any support for Twisted.Web2 -- I cannot find proper doc

[sage-devel] Should we submit a description of Sage to "List of apps using Twisted"?

2009-08-30 Thread Tim Dumol
I think it could be decent publicity for Sage to do so, and it shouldn't take much effort. What do you think? Reference url: http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroup

[sage-devel] Re: A Haskell-Python bridge? GHCi and JS notebook interfaces?

2009-07-23 Thread Tim Dumol
It's a great idea -- and it seems feasible. One way to set up an interface to GHCi would be to just send the contents of the cell to GHCi -- taking care to put function definitions and the like in one line, and pipe the output -- but it may set some constraints to the input -- "let" before definit

[sage-devel] Re: notebook rewrite

2009-07-21 Thread Tim Dumol
On Jul 22, 12:24 am, Ondrej Certik wrote: > On Tue, Jul 21, 2009 at 4:47 AM, Tim Dumol wrote: > > > It's working great in Firefox 3.5, Windows XP x32 and Linux x86_64. > > > I'm doing some work on converting the notebook to Jinja ( > >http://trac.sagemath.org

[sage-devel] Re: Using a templating engine (Jinja?) for the Notebook

2009-07-21 Thread Tim Dumol
I think I'm done with the migration to Jinja -- at least for notebook.py. I'll take a peek at the rest of the files, and then delete the orphaned functions later. On Jul 21, 6:42 pm, Tim Dumol wrote: > I find the template code used as a bit kludgy, and I've only done a >

[sage-devel] Re: notebook rewrite

2009-07-21 Thread Tim Dumol
It's working great in Firefox 3.5, Windows XP x32 and Linux x86_64. I'm doing some work on converting the notebook to Jinja ( http://trac.sagemath.org/sage_trac/ticket/6568 ). It shouldn't be too hard to convert my work from Jinja templates to Django templates, or to switch the Django templating

[sage-devel] Re: Using a templating engine (Jinja?) for the Notebook

2009-07-21 Thread Tim Dumol
:54 am, William Stein wrote: > On Mon, Jul 20, 2009 at 10:37 AM, Tim Dumol wrote: > > > I've started a ticket on it (http://trac.sagemath.org/sage_trac/ticket/6568 > > ) and uploaded a small patch implementing the migration of a few > > functions in notebook.py to Jinja -

[sage-devel] Re: Using a templating engine (Jinja?) for the Notebook

2009-07-20 Thread Tim Dumol
I've started a ticket on it ( http://trac.sagemath.org/sage_trac/ticket/6568 ) and uploaded a small patch implementing the migration of a few functions in notebook.py to Jinja -- although not in idiomatic Jinja, to be done later. On Jul 20, 2:12 am, William Stein wrote: > On Sun, Jul 19, 2009 at