julianschill / klipper-led_effect

LED effects plugin for klipper
GNU General Public License v3.0
696 stars 116 forks source link

wxPthon seems unsupported for running simulator on windows #153

Closed jwhite closed 4 months ago

jwhite commented 1 year ago

WXPython seems to no support Python3. Simulator seems to be difficult to impossible to run on Windows, even using python2 (dependencies don't seem to work with pip.)

Any thoughts going forward?

I make take a stab at implementing using kivy. Does anyone have a screenshot of the GUI?

julianschill commented 1 year ago

I packaged it with Pyinstaller. You can find it under Releases. Just run that.

julianschill commented 1 year ago

I'm using poetry in Windows with python 3.10.8 by the way.