Re: [Matplotlib-users] ImportError: No module named _winreg

2015-05-06 Thread Martin MOKREJŠ
Thomas Caswell wrote: > winreg looks like it is for programmatic access to the windows registry which > mpl uses to find fonts in windows > (https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/font_manager.py#L173). > > > I suspect this is a problem with pychecker being too enthus

Re: [Matplotlib-users] ImportError: No module named _winreg

2015-04-27 Thread Thomas Caswell
Those look like they are coming up out of numpy. I am not familiar with gentoo, but it looks like numpy is not in the dependencies list. Tom On Mon, Apr 27, 2015, 16:59 Martin MOKREJŠ wrote: > Hi, >I use dev-python/matplotlib-1.4.3 and I suspect this is a recent > regression in it. Can any