What does wxGlade mean?

What does wxGlade mean?

wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces.

Where can I download the files for wxGlade?

You can download files from the sourceforge project page. Starting from version 0.8.0, wxGlade requires wxPython >= 2.8 and Python >= 2.7. The recommendation is to use Python 3.5 or 3.6 and wxPython revision 4.0.0. There’s a mailing list to discuss about the project here .

How do I run a wxGlade program in Python 3?

To start the program, change directory to the installation directory you unzipped to and enter python3 wxglade.py or python wxglade.py in your shell or use whatever is required to start a python application on your platform. You may want to add a desktop shortcut to run the wxGlade.py file (or the wxGlade.pyw file).

What programming languages does wxWidgets support?

It can generate Python, C++, Perl, Lisp and XRC (wxWidgets’ XML resources) code. It is not a full featured IDE, but simply a “designer”: the generated code does nothing apart from displaying the created widgets.

author

Back to Top