> Hi Emmanuel, > > Thanks for letting us know the installer is working well for you. It's really > great to know! > > To use wx, I'll have to add wxWidgets and its python bindings to the > installer. There is no easy way you can install them by yourself. > > Please open an issue in our Issues tracker here: > > http://code.google.com/p/spyderlib/issues/list > > so we don't forget to do it in our next release. > > Just out of curiosity: what do you need wx for?
It's a long story ! I'm a math reasearcher and I'm doing a lot of computations. There are a few things that I really don't like in matplotlib (though I admit it is an amazing library) : 1- It lacks a lot of interactivity 2- It does not support to display very long signals (which I deal with every day). So I wrote a C++ wxWidget based graphic library that I interfaced with python and that I am using instead of matplotlib.... that's the whole story ! Emmanuel -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
