M. Grady
M. Grady
Thanks, I figured it was a result of using a frameless window style when I noticed the dockable widgets were able to be resized once undocked from the main widget....
As a quick workaround, I have gotten the resizing to work simply by manually adding a QSizeGrip to the widget being wrapped by qtmodern.windows.ModernWindow An example is shown here: [https://gist.github.com/mgrady3/c04890e44e6c89ed38246d77d0d6e2f7](https://gist.github.com/mgrady3/c04890e44e6c89ed38246d77d0d6e2f7)
I also ran into this problem (on OS X) In general, I have found that, when using pyinstaller, you must always build on the target OS. If you build on...
There was once a time some year ago when pyinstaller was much younger that they supported targeted builds where you could build on, say, Ubuntu, but target Windows or target...
Encountered the same problem on Fedora 32 installed from source as described in `README.md`. However, in my scenario, I ran the app for only ~5 minutes. ``` $ ytop -V...
@LovecraftianHorror, I had this problem initially, and later went to try your branch. However, when running from the branch with the instructions posted earlier, `ytop` was able to run over...
right. I am wondering if perhaps in between when I reported the error and when I tested again on your branch if I hadn't made some system updates that could...
I just encountered this same error: make[1]: Leaving directory `/home/pi/Desktop/raspiraw-master/tiff-3.8.2' cc -c raspi_dng.c -I./local/include -o raspi_dng.o cc raspi_dng.o local/lib/libtiff.a -ljpeg -lm -lz -o raspi_dng /usr/bin/ld: cannot find -ljpeg collect2: ld...
I was able to fix the problem fairly simply by manually installing libjpeg via the command 'sudo apt-get install libjpeg-dev' after that I rebooted the RPi and re ran the...
After some initial testing, `chaco` has proven problematic to install due to the `swig` and `cython` dependencies. It seems the version of `swig` used may need to be lower than...