<div dir="ltr">Are they all using the same platform ? I suspect you're seeing the (3L, 4L) on windows 64 bits, correct ?<div><br></div><div>FWIW, the numpy provided in Canopy is straight up upstream numpy + few patches not merged in releases yet, and any divergence from upstream would be considered as a bug by the canopy packaging people (i.e. me :-) ).<div>
<br></div><div>David</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 13, 2013 at 9:07 AM, Mark Bakker <span dir="ltr"><<a href="mailto:markbak@gmail.com" target="_blank">markbak@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello List,<div><br></div><div>I am teaching a Python programming class where students use their own computer.</div>
<div><br></div><div>When I create an array with 3 rows and 4 columns, a = zeros((3,4)), and ask for the shape, shape(a), then some students get (3,4), while others get (3L,4L).</div>
<div><br></div><div>I guess the 3L and 4L are long integers. I wonder why they don't all get the same thing. They all installed numpy through Canopy Express. Any thoughts? Is this a setting in printoptions maybe?</div>

<div><br></div><div>Thanks,</div><div><br></div><div>Mark</div></div>
<br>_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></blockquote></div><br></div>