added a fix(?) for wxPython segfaulting

This commit is contained in:
2022-06-28 11:59:24 +02:00
parent c9ff3d43bc
commit 5cd0d6528d
+1
View File
@@ -21,6 +21,7 @@ def run(*args, **kwargs):
frame = DAQFrame(*args, **kwargs)
frame.Show()
app.MainLoop()
app.Yield() #TODO: without this, wxPython segfaults locking a mutex