Successfully installed quisk-4.2.41
PS C:\Users\YO9WHI> pythonw -m quisk
PS C:\Users\YO9WHI> python -m quisk
wx._core.wxAssertionError: C++ assertion ""minValue < maxValue"" failed at ..\..\src\msw\slider.cpp(94) in wxSlider::Create(): Slider minimum must be strictly less than the maximum.
The above exception was the direct cause of the following exception:
SystemError: <class 'wx._core.WindowDestroyEvent'> returned a result with an exception set
Traceback (most recent call last):
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk.py", line 3939, in OnInit
? ? self.config_screen = ConfigScreen(frame, width, self.fft_size)
? ? ? ? ? ? ? ? ? ? ? ? ?~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk.py", line 1288, in __init__
? ? self.config = configure.ConfigConfig(notebook, width)
? ? ? ? ? ? ? ? ? ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\configure.py", line 2438, in __init__
? ? c2, btn = self.AddTextSliderHelp(1, "Digital Tx level %d%% ?", level, 0, level, self.OnDigitalTxLevel, help_text, span=2)
? ? ? ? ? ? ? ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\configure.py", line 1969, in AddTextSliderHelp
? ? sld = SliderBoxHH(self, text, value, themin, themax, handler, display, scale)
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk_widgets.py", line 299, in __init__
? ? SliderBoxH.__init__(self, parent, text, init, themin, themax, handler, display, None, None, scale)
? ? ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk_widgets.py", line 244, in __init__
? ? self.slider = wx.Slider(parent, -1, init, themin, themax)
? ? ? ? ? ? ? ? ? ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'wx._core.Slider'> returned NULL without setting an exception
OnInit returned false, exiting...
PS C:\Users\YO9WHI>