I am developing algorithms in python and mostly use IPython notebook, but when ever I need to debug I usually use Wing IDE. I'm currently having a strange problem. In the notebook, I do have a method from the matplotlib package (subplot2grid) but in Wing, I do not have this method.
most of my packages were installed with the installation of pythonXY. still i do not understand why wing is using a different matplotlib from IPython, and how something like that had happend in the first place (I dont think I installed matplotlib again beside from the pythonXY automatic installation).
What is going on here?