added a fix(?) for wxPython segfaulting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user