Re: [Zope] What is inconsistent dedent error message?
Hi Robert, Thank you very much. One of my pluggable brains wasn't indented properly. Regards, Ping ---
This is a Python error message - it means that the indenting (which Python uses to determine nesting levels in functions, compound statements, etc) in a particular file is inconsistent. What are the circumstances leading to this error ? If you have installed a new product, then go to the Control Panel/Products and see if the product is marked as broken. If so look at the traceback to determine where the error is found. This error is commonly caused by mixing tabs and spaces in a source file.
Robert Leftwich
Ping Lau wrote:
Does anyone know what "inconsistent dedent" means? This error message
shows
up after Zope is started from Start.bat. I am running Zope 2.0.1 on Win98 machine. Thanks.
Regards, Ping
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
[Ping Lau, on Sun, 10 Oct 1999]: :: Thank you very much. One of my pluggable brains wasn't indented properly. Now that's a message you're not likely to see on any other mailing list. :-)
participants (2)
-
Patrick Phalen -
Ping Lau