Re: What I've learned deploying pylons

2009-03-31 Thread Wichert Akkerman
Previously Wyatt Baldwin wrote: Questions: Which versions of supervisor and Python are ya'll using together? Should I go for supervisor 2.1 or 2.2b1 or 3.0a6 or ...? Everyone is running 3.0a6 as far as I know. Wichert. -- Wichert Akkerman wich...@wiggy.netIt is simple to make things.

TypeError @ render_mako

2009-03-31 Thread Max Ischenko
Hi, I have migrated my codebase to 0.9.7 and when I'm trying to use render_mako instead of render() I get a strange error: File '/Users/amaslov/Projects/dou-pylons/doupy/doupy/controllers/root.py', line 239 in staticpage return render('/pages/%s.html' % name) File

Re: What I've learned deploying pylons

2009-03-31 Thread Wyatt Baldwin
On Mar 30, 11:08 pm, Wichert Akkerman wich...@wiggy.net wrote: Previously Wyatt Baldwin wrote: Questions: Which versions of supervisor and Python are ya'll using together? Should I go for supervisor 2.1 or 2.2b1 or 3.0a6 or ...? Everyone is running 3.0a6 as far as I know. Anybody using it

Re: CMS/CMF on top of Pylons

2009-03-31 Thread Lengani Kaunda
Really interesting thoughts. Thanks everyone, I'll be adding these ideas and resources to the wiki shortly as suggested. Regards, Lengani --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To

Re: Rationale for Proxying pylons.config?

2009-03-31 Thread Ben Bangert
On Mar 28, 2009, at 11:47 PM, .david wrote: Just curious, why does pylons proxy the config object by process? Because this basically makes it impossible to run one pylons app as middleware for another, as one config overwrites the other (since both are running on the same process). It loads

Re: TypeError @ render_mako

2009-03-31 Thread Ben Bangert
On Mar 31, 2009, at 9:17 AM, Max Ischenko wrote: I have migrated my codebase to 0.9.7 and when I'm trying to use render_mako instead of render() I get a strange error: File '/Users/amaslov/Projects/dou-pylons/doupy/doupy/controllers/ root.py', line 239 in staticpage return

Repositories moving to BitBucket

2009-03-31 Thread Ben Bangert
The following repositories have been officially moved to BitBucket, for those that were working against them, please update the projects .hg/hgrc file to point the default to the new location as appropriate. Beaker, Routes, WebHelpers, WebError, QuickWiki New Hg repository URL's for HTTP:

Re: Automatically Quote / Escape / Encode URL segments via Routes

2009-03-31 Thread floob
Thanks, Ben. I should've updated this discussion with what I discovered. The parameters _are_ actually being quoted, as you said. Looking at the page source, spaces within URL's are being represented as %20, and similar encoding happen with other characters. I was confused by seeing spaces in