How to get WxPython?

I do not see WPython or PythonQt in the importable modules.
Is there a way to get a GUI panel with some checkboxes and buttons?

Use Eto Forms inside Rhino’s IronPython.

Yep, Eto is the ticket: https://developer.rhino3d.com/guides/rhinopython/#custom-dialogs-in-eto

Here is the overview guide for ETO in Python:

1 Like

OK, Got it!
Thnx.
(now I just need to learn another wdgets lib, LOL!) :frowning_face:

ETO is open source and cross platform and can be used anywhere. We use it for Rhino dialogs also.

Hello
Can Eto used with Grasshopper?

I believe HumanUI uses ETO for at least some of its dialogs.

1 Like