Helo,

I'm trying to use elixir without any success ( in 1.04 and 1.1):

page = Page.get_by(pagename=pagename) give me :  
       
AttributeError: type object 'Page' has no attribute 'query'
that I don't understand.


page=session.query(Page).get_by(pagename="Frontpage") works but I 
suppose this is not the good way to take advantage of elixir.
 
thanks for your help



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to