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