Richard Wesley writes: > I am trying to call get_transaction() from a Python script in Zope > 2.5.0 but I just get the error that global name 'get_transaction' is > not defined. All the docs I can see say that it is built in, so how > do I convince my script to call it? Do it in an External Method... Dieter