Paul Winkler wrote:
Looks like zc.testbrowser 1.0a1 has a small dependency on Python 2.5.
NameError: global name 'any' is not defined
Actually, it's a function that is defined in zope.testbrowser and was
lost in translation to zc.testbrowser.
--
Benji York
Senior Software Engineer
Zope Cor
Looks like zc.testbrowser 1.0a1 has a small dependency on Python 2.5.
I got this error while playing with zc.testbrowser.real:
>>> browser.getForm(id='oc-login-form')
Traceback (most recent call last):
File "", line 1, in ?
File
"/home/pw/tbtest/lib/python2.4/zc.testbrowser-1.0a1-py2.4.egg/zc