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? TIA, - rmgw <http://www.trustedmedianetworks.com/> ---------------------------------------------------------------------------- Richard Wesley Trusted Media Networks, Inc. "Does anybody really know what time it is? Does anybody really care?" - Chicago
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
I am trying to call get_transaction() from a Python script in Zope 2.5.0
...in that case, I suspect you don't really want to be calling get_transaction() ;-) Why do you think you want to be calling get_transaction? cheers, Chris
participants (3)
-
Chris Withers -
Dieter Maurer -
Richard Wesley