On Sat, Nov 23, 2019 at 11:00 PM jimahlstrom <jahlstr@...> wrote:
I fixed a bug in the "small screen" code when using the new wx version 4. Thanks to Martin Schaller for pointing out that underflows from the Soapy sample source should not count as errors.
?
This version fixes the Linux installation errors "ImportError: No module named _quisk". It also provides a way to run either Python2 or Python3 quisk when both are installed. To do that use "python2 -m quisk" or "python3 -m quisk".