Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-17 Thread Werner F. Bruhin
Eric, Eric Firing wrote: > Werner, > >>> Instead, it looks to me like the best solution is the one you >>> provided at the very bottom of >>> http://www.py2exe.org/index.cgi/MatPlotLib. >> I am happy with what ever change is done as long as it also works for >> py2exe'd application. >> > > I hav

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-16 Thread Eric Firing
Werner, >> Instead, it looks to me like the best solution is the one you provided >> at the very bottom of http://www.py2exe.org/index.cgi/MatPlotLib. > I am happy with what ever change is done as long as it also works for > py2exe'd application. > I have applied this fix to the branch and the

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-15 Thread Werner F. Bruhin
Hi Eric, Eric Firing wrote: > - backend_wx does a wxPython version check which does not work when the application is py2exe'd - tracker item 2858638 added and the above wiki page also contains a work around/correction suggestion. >>> OK, we will take a look at

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-15 Thread Eric Firing
>>> - backend_wx does a wxPython version check which does not work when the >>> application is py2exe'd - tracker item 2858638 added and the above wiki page >>> also contains a work around/correction suggestion. >>> >> OK, we will take a look at this too. >> > Maybe instead of using "impor

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-15 Thread Werner F. Bruhin
John, John Hunter wrote: > On Mon, Sep 14, 2009 at 10:13 AM, Werner F. Bruhin > wrote: > > >> Just installed it on Vista and saw the following issues so far. >> > > Hey Werner, thanks for the reports. > You are welcome - anyhow I think it would be more appropriate for me to thank you

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-14 Thread Christoph Gohlke
OK, I will build the final 0.99.1 installers with the --user-access-control=auto option (works on Python 2.6+). Christoph On 09/14/2009 08:22, John Hunter wrote: > On Mon, Sep 14, 2009 at 10:13 AM, Werner F. Bruhin > wrote: > >> Just installed it on Vista and saw the following issues so far. >

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-14 Thread John Hunter
On Mon, Sep 14, 2009 at 10:13 AM, Werner F. Bruhin wrote: > Just installed it on Vista and saw the following issues so far. Hey Werner, thanks for the reports. > - Installer is not running elevated - tracker item 2858636 added Christoph, can you take a look at this? > - the issue with __doc__

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-14 Thread Werner F. Bruhin
John Hunter wrote: > We are preparing a bugfix release of the 0.99 branch, and a release > candidate 0.99.1rc1 is available for testing. > > http://drop.io/xortel1# > Just installed it on Vista and saw the following issues so far. - Installer is not running elevated - tracker item 2858636 add