Hello everyone,
I'm building and application which will display a collection
of several wxpanels each of which displays a
FigureCanvasWxAgg with a particular subplot.
The user is allowed to remove these panels.
However, after a panel is deleted (call wxPanel.Destroy()),
and the mouse moves over
Hello everyone,
I'm trying to build a distribution directory for a wxpython
app that integrates matplotlib.
I want to give the user all the packages that he/she needs
without them having to install anything.
I was able to do this successfully on windows by using py2exe.
However, when on Unix I