get_transaction().commit() in a Python script ???
How to do this cause my python script needs to really create an object before continuing. Thanks in advance. --Gilles
In a python script you can't. You must call an external method if you need it. Florent Gilles Lenfant <gilles@pilotsystems.net> wrote:
How to do this cause my python script needs to really create an object before continuing.
Thanks in advance.
--Gilles -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 10 http://nuxeo.com mailto:fg@nuxeo.com
On Tuesday 18 December 2001 12:39 pm, Gilles Lenfant allegedly wrote:
How to do this cause my python script needs to really create an object before continuing.
Thanks in advance.
--Gilles
Try this recipe: http://www.zopelabs.com/cookbook/1000910877 hth, /---------------------------------------------------\ Casey Duncan, Sr. Web Developer National Legal Aid and Defender Association c.duncan@nlada.org \---------------------------------------------------/
participants (3)
-
Casey Duncan -
Florent Guillaume -
Gilles Lenfant