I\'m trying to generate an .exe file from a python script that uses wxPython and Matplotlib and it looks like to be impossible.
The imports I\'m doing (related with Matp
Try using PyInstaller rather than py2exe. It has full support for wxPython and matplotlib. And it's in active development, unlike py2exe.