using sqlsession in python script??
Apologies if I have come through to the wrong list. I would like to use sqlsession in a python script. The equivalent of what I'd like to do from a dtml method is: <dtml-call Session> <dtml-call "SESSION.set('userid', 'snowch')"> How can I do this from a python script? I am a Zope newbie, so please go easy.... Thanks, Chris Snow
What I have done in another Session product, is calling the object context.Session On Mon, 1 Oct 2001, Chris Snow wrote:
Apologies if I have come through to the wrong list.
I would like to use sqlsession in a python script. The equivalent of what I'd like to do from a dtml method is:
<dtml-call Session> <dtml-call "SESSION.set('userid', 'snowch')">
How can I do this from a python script?
I am a Zope newbie, so please go easy....
Thanks,
Chris Snow
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- __o _ \<_ (_)/(_) Saludos de Julián EA4ACL -.-
participants (2)
-
Chris Snow -
Julián Muñoz Domínguez