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
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
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
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
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
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