Re: problem with TypeError when raising exception by AuthKit

2008-11-12 Thread Maciek
I found solution. As I suspected, the problem was with Python version. AuthKit egg is available only for Python 2.5 and I used 2.4. So just upgrade to Plone 2.5 and it works as expected On 11 Lis, 10:09, Maciek <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use AuthKit in Pylons (0.9.7) but

Re: Pylons 0.9.7, AuthKit 0.4.2 - TypeError exceptions must be classes....

2008-11-12 Thread Maciek
I had the same problem, you can check http://groups.google.pl/group/pylons-discuss/browse_thread/thread/2cc8f8a07721269b The solution is to use Python 2.5 at least. AuthKit egg is aviable only for Python 2.5 Maciek On 12 Lis, 15:56, Thomas Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIG

Why does a route with unmatched conditions give 500 and not 404?

2008-11-12 Thread mario ruggier
I would like to support specific http verbs on a given URI. For example, to support GET and PUT for the URI /controller/action/id I have defined these 2 dedicated routes: map.connect('/controller/action/:id', controller='controller', action='GET_action', conditions=dict(method=['GET'

Re: 'c' variable between redirects

2008-11-12 Thread Tomasz Nazar
Just a quick summary of what I found to be useful (though I don't yet use new Pylons) Flash Messages. It solves issues of 'c' being too transient, and session scope being too wide. T. -- _i__'simplicity_is_the_key'__tomasz_nazar _ii'i_am_concern_oriented'JKM-UPR

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-12 Thread Mike Orr
On Wed, Nov 12, 2008 at 1:48 AM, Alex Marandon <[EMAIL PROTECTED]> wrote: > By the way is the production version of Pylons also know to be compatible? > How about the libraries often used with Pylons (Routes, Mako, > SQLAlchemy, Elixir, etc.)? > Has anyone here started to migrate their production

Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-12 Thread Alex Marandon
2008/11/11 Ben Bangert <[EMAIL PROTECTED]>: > On Nov 11, 2008, at 7:38 AM, Alex Marandon wrote: > >> As far as I know, Pylons doesn't support Python 2.6, no matter what >> operating system you're on. At least that's how it was last time I >> checked. > > Pylons does run on Python 2.6, and we have

Re: Why does a route with unmatched conditions give 500 and not 404?

2008-11-12 Thread Mike Orr
On Wed, Nov 12, 2008 at 2:00 AM, mario ruggier <[EMAIL PROTECTED]> wrote: > > I would like to support specific http verbs on a given URI. For example, to > support GET and PUT for the URI /controller/action/id I have defined these > 2 dedicated routes: > >map.connect('/controller/action/:id',

Pylons/ Tesla bind problem

2008-11-12 Thread [EMAIL PROTECTED]
Hi everyone! I'm diving into Pylons and Tesla for the first time and I'm running into an issue while querying on any table. Example: % paster shell >>> model.Location.query.all() UnboundExecutionError: Could not locate a bind configured on mapper Mapper|Location|Location, SQL expression or thi

Pylons powered - New site

2008-11-12 Thread Jens Hoffrichter
Hello all, I'm very proud to announce a new pylons powered site for public usage: http://www.qubesport.net/ We (p-square) implemented it by request of a customer, and have developed on it since the beginning of August. We have a strong background in Python programming (using it on production s

Re: Pylons/ Tesla bind problem

2008-11-12 Thread Mike Orr
On Wed, Nov 12, 2008 at 2:41 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi everyone! > > I'm diving into Pylons and Tesla for the first time and I'm running > into an issue while querying on any table. > > Example: > > % paster shell > model.Location.query.all() > UnboundExecutionE

Re: Pylons/ Tesla bind problem

2008-11-12 Thread [EMAIL PROTECTED]
Thanks for the response! I'll root around and if I find the culprit, I'll post my findings back here. On Nov 12, 5:00 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > On Wed, Nov 12, 2008 at 2:41 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi everyone! > > > I'm diving into Pylons and Tesl