If I want display a plotting, with for example matplotlib, AND a popup message with easygui:
plt.show()
msgbox("Hello world", title="Hello")
it is needed to X-close the plotting window to see the popup windows (sequential read of the script). But if I want to display both at the same time?