Re: [Matplotlib-users] Problem: AttributeError: 'module' object has no attribute '_string_to_bool'

2015-08-18 Thread Thomas Caswell
Also, please use the new mailing list at matplotlib-us...@python.org On Tue, Aug 18, 2015 at 12:53 PM Thomas Caswell wrote: > This is related to files from the previous implementation still being > around. Please make sure you have fully removed the old mpl installation > before installing th

Re: [Matplotlib-users] Problem: AttributeError: 'module' object has no attribute '_string_to_bool'

2015-08-18 Thread Thomas Caswell
This is related to files from the previous implementation still being around. Please make sure you have fully removed the old mpl installation before installing the new one. Be aware that there is some difference in the way pip/setuptools/distutils deal with namespace packages so look for both `m

[Matplotlib-users] Problem: AttributeError: 'module' object has no attribute '_string_to_bool'

2015-08-18 Thread Bob Dobalina
When trying to create a 3D axes, I receive this error: /usr/lib/pymodules/python2.7/mpl_toolkits/mplot3d/axes3d.pyc in grid(self, b, **kwargs) 1254 if len(kwargs) : 1255 b = True -> 1256 self._draw_grid = maxes._string_to_bool(b) 1257 1258 def ticklabel