[Matplotlib-users] Py2exe missing buttons icons on navigation toolbar

2011-02-06 Thread Tom van der Hoeven
Hello, I have a simple program ---graf.py-- import matplotlib.pyplot as plt plt.plot([1,2,3,8,0,9,1,10,5]) plt.ylabel('some numbers') plt.show() -- If I look to a matplotlib figures on my screen using the exe made with

Re: [Matplotlib-users] Py2exe missing buttons icons on navigation toolbar

2011-02-06 Thread Sebastian Voigt
Hello Tom, I encountered the same problem recently. The toolbar icons are a mix of png and svg images. The png images are displayed properly while the svg icons are not shown. This is a problem with PyQt. I found a proposal on the web, where you should add the line import PyQt4.QtXml

Re: [Matplotlib-users] Py2exe missing buttons icons on navigation toolbar

2011-02-06 Thread Tom van der Hoeven
Dear Sebastian, Your solution is simple, well described and it works with minimal effort Thank you so much! I hope the Matplotlib devellopers will take some action. Tom Op 6-2-2011 13:16, Sebastian Voigt schreef: Hello Tom, I encountered the same problem recently. The toolbar icons are a mix