[Zope-dev] More PythonScript woe :-(

Chris Withers chrisw@nipltd.com
Mon, 19 Feb 2001 16:34:10 +0000


If I try and do:

if type(x) == type(0):

...I get a NameError on type :-(

What is so bad about type that I can't use it safely in PythonScripts?!?

frustratedly,

Chris