TUFLOW Viewer: Difference between revisions

Content deleted Content added
Line 38:
[[File: PythonError.PNG]]<br>
===What Does This Mean?===
This means that the TUFLOW plugin has encountered something unusual or a situation that it does not know how to handle i.e. it has reached a line in the code that has failed to execute and as a consequence Python has bailed out. This means that all the code below this point has not been executed that was meant to be. This can have knock on consequences as variables may not exist or be set to incorrect values and signal handling (e.g. what happens when a a menu item is clicked) is broken. So a python error can lead to further python errors that would normally not occurred, so the first python error is usually the most important.<br>
==What To Do==
<ol>
<li> Email the '''Stack Trace''' to support@tuflow.com with a description of the steps that produced the python error (as best you can describe it)
<li> If you find that you are now experiencing a lot of python errors (probably caused by the initial error) you can try the following in order of
 
=Loading Results=