From: <kc1...@ya...> - 2008-02-19 20:13:12
|
So, do I understand this correctly: In order to get rid of the Tkinter problem when building a matplotlib application using py2exe, I need 0.91.2 ver of matplotlib and use the setup.cfg file to select the backend I want (wxpython in my case). Then run py2exe to build the ap. Correct? But then, as I posted earlier, this create a new problem for me in that py2exe says it can't find wxmsw26uh_vc.dll - even though the file exists. What I need is a version of 0.91.2 ver of matplotlib that works with Python 2.3 to see if that works, or I guess I would include Tkinter with my exe? Do I understand all these correctly? > -----Original Message----- > Here was the solution: > Ok I updated MatPlot from version from 0.87.7 to 0.91.2 > > > cheers, > Stef > > -- John Henry |