The example 'var1 = var2' should cause the NameError exception. "NameError: name 'var2' is not defined" You might want to check your 'error log' objects for the error messages. If you don't have an error log object, it might be a good idea to create one. On 5/31/07, Maciej Wisniowski <maciej.wisniowski@coig.katowice.pl> wrote:
Var1 = var2
Where var2 is undefined (i.e. has never been assigned anything)
Just silent failure. No error. So how do you know there is a failure then? There is really nothing in event.log and nothing in error_log?
-- Maciej Wisniowski _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Thanks, Derek Wilson