I have been writing a PyQt Application on Windows for awhile, and I wanted to see if it would run properly on Linux. The gui application is basically a shell for a scientific toolkit meant to be used on the qtconsole/notebook. Both Linux and Windows systems are based on Anaconda 3.5, and running PyQt5. It works fine on Windows, but when I run on Linux, the Qt window pops up bit simply freezes in place the graphics that were underneath the window (see image below). There are no errors at all shown on the command line, the window just pops up and doesn't show widgets at all. Furthermore, when I try to close with the x-button in the top of the window, it shows an "Application not responsive" dialog and I have to force-quite.I have been writing a PyQt Application on Windo