Closing a Visit Window in python and closing the session #19633
Unanswered
Nathquad
asked this question in
Help using VisIt
Replies: 1 comment 22 replies
-
@markcmiller86 . I would really appreciate your help on this |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So let me explain the part of my code that uses Visit . Using QFileDialog from PyQt , I'm able to select a file that I'm going to plot on a mesh plot . I open my database , i add the plot and then I draw the plot . Everything up till here works great . However once I press the X button . I get this error : VisIt: Error - Can't delete the last window. As a result of this even though the window has closed , the script doesn't stop running . This script is part of a larger GUI which is why its causing me issues . Here is the code :
Beta Was this translation helpful? Give feedback.
All reactions