Hi Enrico,

> Now the it seems that the 'sqlalchemy_04_driver' have some problem
> with 'environ' object.

Ahh, you've been caught out by the different API used by the 0.4 driver. 
The first argument with the new API should be the WSGI environment. I 
can see why this doesn't quite work in the way you were expecting. If 
you do want to use this driver you'll need to setup the 
SQLAlchemyMiddleware first like this example does:

http://authkit.org/trac/browser/AuthKit/trunk/examples/user/database/app.py

Note this isn't the currently recommended way of using SQLAlchemy with 
Pylons, it is just the one I happen to like.

You might be better off with Lythoner's version perhaps if that works 
for you?

Cheers,

James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to