IPP status 1030 when trying to refresh wx.lib.plot

I am writing in hope that someone will be able to give me a hint for
possible solution. So far I solved only half of the problem. On google, I
only found a handful of similar error massages that did not guide me in the
right direction.

Error message is this:
(python:28368): WARNING **: IPP request failed with status 1030

I've seen those kinds of errors on Linux desktops running KDE, Kubuntu
in my case.

First problem I solved, and it was this: during calculations, a progress
label field was being constantly updated, and when the update speed was too
high, that part of GUI would just get non-functional, so I eliminated these
constant update messages in the code, and now it works fine. However, there
is the second problem:

How are you doing your work? (second thread, etc.) How are you updating
the GUI? (direct calling, explicit events, implicit events, etc.)

- Josiah

ยทยทยท

"Lazar Kovacevic" <lakinekaki@gmail.com> wrote: