Run wxGlade on OSX

I’m hoping to try out WxPython and particularly WxGlade on OSX 10.14. I’ve installed using conda…

conda install -c anaconda wxpython 

However, I am unable to find any way to run wxGlade. In fact, I can’t find any wxGlade.py file on my system.

How do I run wxGlade?

Thanks
Eric

wxPython does not include wxGlade by default.

Either download wxGlade from Sourceforge or clone the git repository.

For wxGlade specific questions there’s also a mailing list wxglade-general.

Once you have it running, tutorial, mailing list and bug tracker are also available from the wxGlade help menu. The audience for the tutorial includes also people who have not used wxPython before.

Regards,
Dietmar