Siegfried Achtermann wrote:
My Problem seems to be here:
for i in context.select_rights_from_partner(auth = auth):
=> than comes: Error Value: cannot concatenate 'str' and 'NoneType' objects'

But, when I try this (in the same line:)
for i in context.select_rights_from_partner(auth = str(auth)):
=> No Session will set.

Sounds like 'auth' isn't what you expect it to be...

What does the ZSQL method look like?

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to