wxpython buider/IDE
Christian Kristukat
ckkart at hoc.net
Sat Dec 2 20:49:55 PST 2006
Allan Noriel Estrella <allan.noriel.estrella <at> gmail.com> writes:
>
> Hi,I am doing a project wherein I will embed matplotlib in a wxPython app and
add some controls and functionalities in it. I will be displaying data aquired
by a sensor and plot them and add some tools for analysis. Which of the
available IDEs, GUI builder will help me in doing the app. I have a month to
do this project and having a separate GUI builder and editor seams to be
tedious tasks. Do you have suggestions wherein I can do the coding and designing
in one program?
>
Have a look at xrced to build your gui (shipped with wxpython). It outputs a xml
resource file (xrc). You'll find information about how to use it on the wxPython
wiki. I really want to discourage everyone to write the gui by hand, if your
project is larger than a minesweeper app.
Christian
More information about the wxpython-users
mailing list