[matplotlib-devel] Pull #2210 adding namespace package mpl_toolkits and Python 2.7

2015-07-14 Thread Albert Chin
I've built matplotlib-1.4.3 with Python 2.7.5, 3.3.2, 3.4.3. Python 3.3.2 and 3.4.3 work ok. With Python 2.7.5, I get: File "/tmp/lines3d_demo.py", line 2, in from mpl_toolkits.mplot3d import Axes3D ImportError: No module named mpl_toolkits.mplot3d There is no __init__.py in the mpl_t

Re: [matplotlib-devel] Pull #2210 adding namespace package mpl_toolkits and Python 2.7

2015-07-14 Thread Eric Firing
On 2015/07/14 3:59 AM, Albert Chin wrote: > I've built matplotlib-1.4.3 with Python 2.7.5, 3.3.2, 3.4.3. Python > 3.3.2 and 3.4.3 work ok. With Python 2.7.5, I get: > File "/tmp/lines3d_demo.py", line 2, in >from mpl_toolkits.mplot3d import Axes3D >ImportError: No module named mpl

Re: [matplotlib-devel] Pull #2210 adding namespace package mpl_toolkits and Python 2.7

2015-07-14 Thread Albert Chin
On Tue, Jul 14, 2015 at 09:22:07AM -1000, Eric Firing wrote: > On 2015/07/14 3:59 AM, Albert Chin wrote: > > I've built matplotlib-1.4.3 with Python 2.7.5, 3.3.2, 3.4.3. Python > > 3.3.2 and 3.4.3 work ok. With Python 2.7.5, I get: > > File "/tmp/lines3d_demo.py", line 2, in > >from m

Re: [matplotlib-devel] Pull #2210 adding namespace package mpl_toolkits and Python 2.7

2015-07-14 Thread Albert Chin
On Tue, Jul 14, 2015 at 02:53:13PM -0500, Albert Chin wrote: > On Tue, Jul 14, 2015 at 09:22:07AM -1000, Eric Firing wrote: > > On 2015/07/14 3:59 AM, Albert Chin wrote: > > > I've built matplotlib-1.4.3 with Python 2.7.5, 3.3.2, 3.4.3. Python > > > 3.3.2 and 3.4.3 work ok. With Python 2.7.5, I get