5 messages in com.googlegroups.pylons-discussRe: Pylons w/ Python 2.5
FromSent OnAttachments
Daniel Lyons21 Sep 2006 19:24 
Daniel Lyons22 Sep 2006 12:45 
Ross M Karchner22 Sep 2006 13:56 
Daniel Lyons22 Sep 2006 15:48 
James Gardner23 Sep 2006 18:05 
Subject:Re: Pylons w/ Python 2.5
From:Ross M Karchner (ross@gmail.com)
Date:09/22/2006 01:56:07 PM
List:com.googlegroups.pylons-discuss

I got around #1 by installing Cheetah2.0rc7-- should I expect that to cause a problem?

On 9/22/06, Daniel Lyons <fusi@gmail.com> wrote:

I just tried it myself. There were a couple problems but it was pretty easy to get it fired up:

1. Cheetah problem: Cheetah/NameMapper.py had a "from __future__ import generators" after some other statements. I just hacked it into place, since I'm not using Cheetah, and that solved it. 2. "paster setup-app development.ini" failed to actually download and install anything, so I easy_install'd all of the dependencies. That seemed to work. 3. simplejson uses the deprecated sre module, but this only results in a warning.

Otherwise, it seems to work.