PEP 3333 (WSGI 1.0.1, WSGI + Python 3) Accepted

2011-01-12 Thread Alice Bevan–McGregor
Howdy! I'm here to massively cross-post and let everyone know that PEP has been ratified, and that Python 3 support is now officially defined for WSGI and WSGI applications, middleware, servers, and gateways. If you were sitting on the fence waiting for an official way to move forward,

Re: pyramid_sqla initial release

2011-01-12 Thread Chris McDonough
Nice work! On Wed, 2011-01-12 at 16:13 -0800, Mike Orr wrote: > The ``pyramid_sqla`` package version 0.1 has been released. It > contains a library for SQLAlchemy access and an application template > closer to Pylons 1 than those that come with Pyramid. This is an alpha > release for community te

pyramid_sqla initial release

2011-01-12 Thread Mike Orr
The ``pyramid_sqla`` package version 0.1 has been released. It contains a library for SQLAlchemy access and an application template closer to Pylons 1 than those that come with Pyramid. This is an alpha release for community testing and feedback; the API is not guaranteed to be stable yet. My goal

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
The error was due to the copyright character '©' before 'Copyright..' in the footer div of the template. Chameleon templates might not recognize this character. --Teja -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, se

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Thanks for your quick response, Chris. This is the traceback in text format: The problem is in view.pt, i m trying to figure out. I have the same view.pt, given in your tutorial application (http://docs.pylonshq.com/pyramid/dev/tutorials/wiki2/definingviews.html) URL: http://localhost:6543/Fro

Re: Pyramid status update...

2011-01-12 Thread Jeff Madynski
Chris, I can possibly provide pyramid-jinja2 i18n docs, but I am not sure if I've taken a decent approach. I started following the project a few weeks ago. I like it. While reading through the docs, I was playing along by modifying shootout (https://github.com/jeffmad/shootout). I changed it to

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread Chris McDonough
On Wed, 2011-01-12 at 11:08 -0800, ravi teja wrote: > Hello everyone, I am getting the following error while running the > tutorial wiki-application. I am using view_renderer directly in the > main(__init__.py) to render my chameleon zpt templates. Sorry, I'm unable to parse this. You need to sh

Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Hello everyone, I am getting the following error while running the tutorial wiki-application. I am using view_renderer directly in the main(__init__.py) to render my chameleon zpt templates. WebError Traceback: RuntimeError: Unable to read body Can anyone tell me what's causing it. FYI, I am

Re: Pyramid status update...

2011-01-12 Thread Christoph Zwerschke
Am 12.01.2011 12:02, schrieb Chris McDonough: > The intent is to have only one non-conditional paster template in the > core distribution, but this work might be useful to other paster > template developers. Ok, maybe these templates could go into a supplementary package then. TurboGears 2 has the

Re: Pyramid status update...

2011-01-12 Thread Chris McDonough
On Wed, 2011-01-12 at 11:56 +0100, Christoph Zwerschke wrote: > Am 12.01.2011 11:30, schrieb Chris McDonough: > > I'm not a big fan of conditionalized templates, as they're even harder > > to test than non-conditionalized ones (we don't even yet have automated > > tests for the non-conditionalized

Re: Pyramid status update...

2011-01-12 Thread Christoph Zwerschke
Am 12.01.2011 11:30, schrieb Chris McDonough: > I'm not a big fan of conditionalized templates, as they're even harder > to test than non-conditionalized ones (we don't even yet have automated > tests for the non-conditionalized ones). As these would be integration or system tests anyway, I don't

Re: Pyramid status update...

2011-01-12 Thread Chris McDonough
On Wed, 2011-01-12 at 11:26 +0100, Christoph Zwerschke wrote: > Am 12.01.2011 10:03, schrieb Chris McDonough: > > - Figure out how to slim the herd of paster templates. > > You can use http://pythonpaste.org/tempita/ to make case distinctions in > the paster templates, so you don't need to create

Re: Pyramid status update...

2011-01-12 Thread Christoph Zwerschke
Am 12.01.2011 10:03, schrieb Chris McDonough: > - Figure out how to slim the herd of paster templates. You can use http://pythonpaste.org/tempita/ to make case distinctions in the paster templates, so you don't need to create separate templates for every subfeature or option that involves only min

Re: Pyramid status update...

2011-01-12 Thread Chris McDonough
As the end of that message says, we'd like to have a beta out by the end of January. But that's a goal, not really a promise. - C On Wed, 2011-01-12 at 15:15 +0530, Raviteja wrote: > Hi Chris, > > We are a team, who started working on a web-application using pyramid. > Pyramid is very-well docu

Re: Pyramid status update...

2011-01-12 Thread Raviteja
Hi Chris, We are a team, who started working on a web-application using pyramid. Pyramid is very-well documented, and so we decided to develop using it, even if it's in alpha. We are very excited by the releases of the pyramid framework, and we wanted to be up-to-date so that we don't miss any dev

Pyramid status update...

2011-01-12 Thread Chris McDonough
Hi folks, Since the last status update I gave maybe a month or so ago, where I enumerated the list of "must-haves" for a 1.0beta Pyramid release (see ), we've had two more alpha releases (1.0a8 and