Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-30 Thread John Hunter
On Wed, Jul 30, 2008 at 10:58 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > Sorry for the delay and thank you for your patience. > Here is the output of the "never-ending story" Could you try again with r5932 - This SF.Net em

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-30 Thread Nils Wagner
On Tue, 29 Jul 2008 16:43:42 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 4:38 PM, Paul Kienzle ><[EMAIL PROTECTED]> wrote: > >> Okay, how about >>if not hasattr(self,'IsVisible'): >>self.IsVisible = lambda self: True >> in __init__ >> >> That way it will

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread John Hunter
On Tue, Jul 29, 2008 at 4:38 PM, Paul Kienzle <[EMAIL PROTECTED]> wrote: > Okay, how about >if not hasattr(self,'IsVisible'): >self.IsVisible = lambda self: True > in __init__ > > That way it will always think it is visible. OK, Nils, I committed a minor variant of that in r5926. Tes

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread Paul Kienzle
On Tue, Jul 29, 2008 at 08:39:10PM +0200, Nils Wagner wrote: > On Tue, 29 Jul 2008 13:01:04 -0500 > "John Hunter" <[EMAIL PROTECTED]> wrote: > > On Tue, Jul 29, 2008 at 11:19 AM, Nils Wagner > > <[EMAIL PROTECTED]> wrote: > > > >> Is that correct ? > >> > >> I will try it asap. > >> > >> Thanks

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 13:01:04 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 11:19 AM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> Is that correct ? >> >> I will try it asap. >> >> Thanks in advance > > OK, I just added a compatibility method for >isShownOnScreen. C

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread John Hunter
On Tue, Jul 29, 2008 at 11:19 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > Is that correct ? > > I will try it asap. > > Thanks in advance OK, I just added a compatibility method for isShownOnScreen. Can you give svn another test drive with your wx version, Nils? Thanks, JDH --

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread John Hunter
On Mon, Jul 28, 2008 at 2:32 PM, Paul Kienzle <[EMAIL PROTECTED]> wrote: > Clearly I'm developing on 2.8, otherwise I wouldn't be introducing > so many issues for older versions. What version do people want > supported? For wxagg, we would like to support 2.6.3.2.2 and later (if it is not too mu

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 12:10:09 -0400 Paul Kienzle <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 05:46:59PM +0200, Nils Wagner >wrote: >> On Mon, 28 Jul 2008 15:32:38 -0400 >> >> WxPython experts: what version do we require? If it >>is >> >>earlier than >> >> 2.8, then it appears we badl

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-28 Thread Paul Kienzle
On Mon, Jul 28, 2008 at 08:12:50AM -1000, Eric Firing wrote: > Nils Wagner wrote: > > On Sun, 27 Jul 2008 07:19:24 -1000 > > Eric Firing <[EMAIL PROTECTED]> wrote: > >> Nils Wagner wrote: > >>> Hi all, > >>> > >>> I found a new bug > >>> > >>> $HOME=/home/nwagner > >>> matplotlib data path > >>>

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-28 Thread Eric Firing
Nils Wagner wrote: > On Sun, 27 Jul 2008 07:19:24 -1000 > Eric Firing <[EMAIL PROTECTED]> wrote: >> Nils Wagner wrote: >>> Hi all, >>> >>> I found a new bug >>> >>> $HOME=/home/nwagner >>> matplotlib data path >>> /usr/lib/python2.4/site-packages/matplotlib/mpl-data >>> loaded rc file /home/nwagn

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-27 Thread Eric Firing
Nils Wagner wrote: > Hi all, > > I found a new bug > > $HOME=/home/nwagner > matplotlib data path > /usr/lib/python2.4/site-packages/matplotlib/mpl-data > loaded rc file /home/nwagner/matplotlibrc > matplotlib version 0.98.3rc1 > verbose.level helpful > interactive is False > units is False > pl

[matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-27 Thread Nils Wagner
Hi all, I found a new bug $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc file /home/nwagner/matplotlibrc matplotlib version 0.98.3rc1 verbose.level helpful interactive is False units is False platform is linux2 CONFIGDIR=/home/nwagner/.mat