Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Christoph Zwerschke
Am 04.06.2014 12:58, schrieb Tjelvar: Yesterday we encountered a problem with Waitress when using the newly released Python 2.7.7 (on windows). I can confirm this issue on Python 2.7.7. It is obviously caused by the patch for http://bugs.python.org/issue15207 after which some mime types are

Re: Pyramid debug toolbar and non-ascii errors

2011-10-27 Thread Christoph Zwerschke
Am 25.10.2011 23:22, schrieb Christoph Zwerschke: Ok, I'll try to work out a full patch with unit tests tomorrow. Just wanted to know if anybody already stumbled over that problem. It's here now: https://github.com/Pylons/pyramid_debugtoolbar/pull/43 -- Christoph -- You received this message

Pyramid debug toolbar and non-ascii errors

2011-10-25 Thread Christoph Zwerschke
The Pyramid debug toolbar is a real blessing. I think we need to rip it for use with TurboGears, too ;-) However, I have experienced some issues with exceptions when they have a non-ascii error message (I remember there were similar problems with the Pylons weberror module). For instance,

Bug tracker for the (old) Pylons framework

2011-07-29 Thread Christoph Zwerschke
Just noticed that the former Trac for the Pylons framework that used to live under http://pylonshq.com/project/pylonshq/ is no more. I found a new tracker at https://github.com/Pylons/pylons/issues, but it has only a handful of tickets. What happened to all the old Pylons tickets? --

Re: Some thoughts about Pyramid

2011-03-04 Thread Christoph Zwerschke
Am 04.03.2011 09:11 schrieb mjmein: In my mind we still need something that works on Django level, with more constraints imposed, but I am expecting that the new version of TurboGears based on Pyramid would address that. That's also my understanding. Our experience with the TG project is also

Re: Raw MySQL with SQLAlchemy using Pyramid framework

2011-02-20 Thread Christoph Zwerschke
Am 20.02.2011 10:58 schrieb AwaisMuzaffar: My main reason for using raw is that I have spent so much time learning MySQL, to me it seems counter productive to learn SQLALchemy methodologies from scratch. Ok, so maybe manually executing CREATE is not a great idea, but what about performing

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

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 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 them

Re: pyramid terminology: model-resource

2010-12-17 Thread Christoph Zwerschke
Am 17.12.2010 15:42 schrieb Graham Higgins: For example, model graph (used in the Pyramid docs) suffers from the same difficulty as does little baby. It unnecessarily complicates the narrative with a tautological conceptual entity. This btw is another reason why I don't like the term model.

Re: pyramid terminology: model-resource

2010-12-16 Thread Christoph Zwerschke
Am 16.12.2010 09:59 schrieb Andrey Popp: How about term location? I think it's more suitable: This sounds reasonable to me as somebody who has not yet used Pyramid and is not yet aquainted with its functionality. I don't like the term model because it is confusing for people coming from

Re: Pyramid application templates

2010-11-10 Thread Christoph Zwerschke
Am 11.11.2010 05:05 schrieb Mike Orr: I think we need to think strategically about Pyramid's application templates. There are already eight of them, with overlapping functionality and inconsistent names. There will probably be more templates coming, both bundled with Pyramid and separate. ChrisM

Re: pylons future plans?

2009-06-23 Thread Christoph Zwerschke
Kyle VanderBeek schrieb: Fixing the Contributing link might help others clone the official repo and start sending in patches: I've already reported this several times, but nobody cared. This was indeed not very encouraging for me. It's also unclear which of the related/sub projects

Unicode problems with weberror

2009-03-15 Thread Christoph Zwerschke
At http://trac.turbogears.org/ticket/2238 I have reported a problem that is caused by the weberror package (0.10.1 and current tip). Is the Pylons trac the proper place to report such problems? If yes, it would be nice to have weberror selectable as component when creating a ticket. It is