[Matplotlib-users] py2exe with pylab

2008-09-21 Thread Ron Adelman
I followed the thread in Sept 2007 that covers the same problem I am having, but it seems to just end without a solution. I have attached the setup file I am using. When my application is packaged, installed and I try to get my graph I get the following message. The graph works fine while I

Re: [Matplotlib-users] py2exe with pylab

2008-09-21 Thread Laurent Dufréchou
 : matplotlib-users@lists.sourceforge.net Objet : [Matplotlib-users] py2exe with pylab I followed the thread in Sept 2007 that covers the same problem I am having, but it seems to just end without a solution. I have attached the setup file I am using. When my application is packaged, installed and I

Re: [Matplotlib-users] py2exe with pylab

2007-09-20 Thread Werner F. Bruhin
Hi Emmanuel, Emmanuel wrote: With the setup you provided. I could get py2exe to make an exe of the simple_plot.py from simple_plot_wxagg of py2exe examples. I use matplotlib only from within wxPython, that is why I used this example script. Which of the matplotlib example script is closest

Re: [Matplotlib-users] py2exe with pylab

2007-09-19 Thread Emmanuel
With the setup you provided. I could get py2exe to make an exe of the simple_plot.py from simple_plot_wxagg of py2exe examples. When I tried this on another python prog, I remarked that if I comment the following line : import matplotlib.backends.backend_wxagg the exe created by py2exe crash and

[Matplotlib-users] py2exe with pylab

2007-09-18 Thread Emmanuel
Hi, I got the setup.py given by Werner in an old thread (message from april 4th 2007). I putted code thereafter. I installed matplotlib 0.90.1/ python 2.5 on windows XP When I run the setup, it make an exception when using matplotlib.get_py2exe_datafiles() : -- 13 mpdir, mpfiles =

[Matplotlib-users] py2exe with pylab

2007-09-18 Thread Emmanuel
Hi, I got the setup.py given by Werner in an old thread (message from april 4th 2007). I putted code thereafter. I installed matplotlib 0.90.1/ python 2.5 on windows XP When I run the setup, it make an exception when using matplotlib.get_py2exe_datafiles() : -- 13 mpdir, mpfiles =

Re: [Matplotlib-users] py2exe with pylab

2007-09-18 Thread Werner F. Bruhin
Oops, forgot to copy the list. Hi Emmanuel, Emmanuel wrote: Hi, I got the setup.py given by Werner in an old thread (message from april 4th 2007). I putted code thereafter. This is probably out of date for 0.90. I attach the one I updated at some point, also I am not sure that how I deal