Re: [matplotlib-devel] import collections problem

2012-07-19 Thread Eric Firing
On 07/19/2012 09:37 AM, Benjamin Root wrote: > > > On Thu, Jul 19, 2012 at 2:32 PM, Eric Firing > wrote: > > On 07/19/2012 09:24 AM, Benjamin Root wrote: > > Working on my refactor of axes.py, I needed to use defaultdict and > > possibly OrderedDict from th

Re: [matplotlib-devel] import collections problem

2012-07-19 Thread Benjamin Root
On Thu, Jul 19, 2012 at 2:32 PM, Eric Firing wrote: > On 07/19/2012 09:24 AM, Benjamin Root wrote: > > Working on my refactor of axes.py, I needed to use defaultdict and > > possibly OrderedDict from the collections standard module. Problem is > > that matplotlib already has a collections.py mod

Re: [matplotlib-devel] import collections problem

2012-07-19 Thread Eric Firing
On 07/19/2012 09:24 AM, Benjamin Root wrote: > Working on my refactor of axes.py, I needed to use defaultdict and > possibly OrderedDict from the collections standard module. Problem is > that matplotlib already has a collections.py module in lib/matplotlib. > This file takes precedence in the imp

[matplotlib-devel] import collections problem

2012-07-19 Thread Benjamin Root
Working on my refactor of axes.py, I needed to use defaultdict and possibly OrderedDict from the collections standard module. Problem is that matplotlib already has a collections.py module in lib/matplotlib. This file takes precedence in the import process and gets in my way. Does anybody know o

Re: [matplotlib-devel] BUG: Qt4Agg backend save figure io-slave error

2012-07-19 Thread Darren Dale
On Thu, Jul 19, 2012 at 5:39 AM, Philippe MALLET wrote: > Dear all, > > When I use the Qt4Agg backend and I want to save the figure by clicking the > save button, I get this Error message: > > kfilemodule(5951): couldn't create slave: "Unable to create io-slave: > klauncher said: Protocole « » in

Re: [matplotlib-devel] GTKAgg backend Warning message

2012-07-19 Thread Philippe MALLET
Le jeudi 19 juillet 2012 08:18:14 Benjamin Root a écrit : On Thu, Jul 19, 2012 at 4:43 AM, Philippe MALLET wrote: Dear all, when I use the GTKAgg backend, I get the following message when I launch Ipython -pylab: ** (process:27239): WARNING **: Trying to register gtype 'GMountMountFlags

Re: [matplotlib-devel] BUG: Qt4Agg backend save figure io-slave error

2012-07-19 Thread Benjamin Root
On Thu, Jul 19, 2012 at 4:39 AM, Philippe MALLET wrote: > Dear all, > > When I use the Qt4Agg backend and I want to save the figure by clicking the > save button, I get this Error message: > > kfilemodule(5951): couldn't create slave: "Unable to create io-slave: > klauncher said: Protocole « » in

Re: [matplotlib-devel] GTKAgg backend Warning message

2012-07-19 Thread Benjamin Root
On Thu, Jul 19, 2012 at 4:43 AM, Philippe MALLET wrote: > ** > > Dear all, > > > > when I use the GTKAgg backend, I get the following message when I launch > Ipython -pylab: > > > > ** (process:27239): WARNING **: Trying to register gtype > 'GMountMountFlags' as enum when in fact it is of type 'GF

[matplotlib-devel] GTKAgg backend Warning message

2012-07-19 Thread Philippe MALLET
Dear all, when I use the GTKAgg backend, I get the following message when I launch Ipython -pylab: ** (process:27239): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:27239): WARNING **: Trying to register gtype 'GDriveStartFlags'

[matplotlib-devel] BUG: Qt4Agg backend save figure io-slave error

2012-07-19 Thread Philippe MALLET
Dear all, When I use the Qt4Agg backend and I want to save the figure by clicking the save button, I get this Error message: kfilemodule(5951): couldn't create slave: "Unable to create io-slave: klauncher said: Protocole « » inconnu. It is like an empty string is given for the protocole name.