Re: Please help review a new Pylons tutorial

2007-10-08 Thread Gabriel Gellner
I will work through it this weekend! I am really excited . . . I have thought of trying to get something like this working for my own site! What version of numpy/scipy are you using? I run the svn versions of both, so I hope this will not be a conflict. Gabriel On Sun, Oct 07, 2007 at

Re: Ubuntu 7.04 and Pylons

2007-09-08 Thread Gabriel Gellner
Have you tried installing rc3? That is what I am happily using in Feisty. do: $ easy_install -U 'Pylons=0.9.6rc3' Gabriel On Sat, Sep 08, 2007 at 08:09:00PM -, Cesco wrote: Hi everyone, I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing at every attempt. I have

Re: SQLAlchemy tutorial split into 0.4 and 0.3 versions

2007-08-28 Thread Gabriel Gellner
:-) Thanks for the great work, this makes my ability to grok the new way of doing things much easier! Gabriel On Tue, Aug 28, 2007 at 05:09:05PM -0700, Ches Martin wrote: Ok, no more Session.mapper in QuickWiki :-) - Ches On Aug 25, 8:44 pm, Ben Bangert [EMAIL PROTECTED] wrote:

Re: Path questions

2007-07-11 Thread Gabriel Gellner
in the js file. I then had to make a controller that would return the template (with the correct header) and add an entry in my routes so that a call to the js file would call my controller. I can dig up the exact code if you need to see an example. Jose Gabriel Gellner wrote: I am