Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: > > Hi, > I just mentioned this problem with Qt4Agg and python 3.4 in another thread > [1], but I decided to post it on a thread of its own, as I suspect it might > be a bug in the Qt4Agg backend. > > I get a NameError exception (see backtrace below) when trying to us

Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread Werner
On 6/5/2014 15:45, "V. Armando Solé" wrote: ... >> You would use 'six' - https://pypi.python.org/pypi/six it is used by >> many packages including wxPython. >> >> import six >> >> if six.PY3: >> key = chr(event_key) >> >> else: >> key = unichr(event_key) >> > Just for info. > > I had neve

Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread V. Armando Solé
On 05/06/2014 15:24, Werner wrote: > On 6/5/2014 15:10, Jorge Scandaliaris wrote: >> Jorge Scandaliaris writes: >> >>> Hi, >>> I just mentioned this problem with Qt4Agg and python 3.4 in another thread >>> [1], but I decided to post it on a thread of its own, as I suspect it might >>> be a bug in

Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread Werner
On 6/5/2014 15:10, Jorge Scandaliaris wrote: > Jorge Scandaliaris writes: > >> Hi, >> I just mentioned this problem with Qt4Agg and python 3.4 in another thread >> [1], but I decided to post it on a thread of its own, as I suspect it might >> be a bug in the Qt4Agg backend. >> >> I get a NameError

Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: > > Hi, > I just mentioned this problem with Qt4Agg and python 3.4 in another thread > [1], but I decided to post it on a thread of its own, as I suspect it might > be a bug in the Qt4Agg backend. > > I get a NameError exception (see backtrace below) when trying to us

[Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread Jorge Scandaliaris
Hi, I just mentioned this problem with Qt4Agg and python 3.4 in another thread [1], but I decided to post it on a thread of its own, as I suspect it might be a bug in the Qt4Agg backend. I get a NameError exception (see backtrace below) when trying to use key events in matplotlib (master branch re