<div dir="ltr">Hello<br>Below is the output of the coammands you mentioned.<br><br><div style="padding: 0px; overflow: hidden; visibility: hidden; left: -5000px; position: absolute; z-index: 9999; margin-left: 0px; margin-top: 0px; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>C:\>python<br>Python 2.6.2 (r262:71600, Jul  7 2009, 20:21:09) [MSC v.1500 32 bit (Intel)] on win3<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import numpy<br>>>> print(numpy.arange(3))<br>[0 1 2]<br>>>><br><br>Which looks to me it is working just fine. <br> <br>so what is the problem though?<br><br><br><div class="gmail_quote">On Thu, May 26, 2011 at 11:50 AM, Scott Sinclair <span dir="ltr"><<a href="http://scott.sinclair.za">scott.sinclair.za</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 26 May 2011 10:37, Talla <<a href="mailto:jtalla@gmail.com">jtalla@gmail.com</a>> wrote:<br>

> C:\Python27><br>
> In addition when I run import command I got ('import' is not recognized as<br>
> an internal or external command, operable program or batch file.)<br>
<br>
</div>import is not a command you can run at your command line, it's part of<br>
Python. Do something like this instead:<br>
<br>
C:\Python27> cd C:\<br>
C:\>python<br>
# Should start the Python interpreter, print python version etc.<br>
>>> import numpy<br>
>>> print(numpy.arange(3))<br>
<br>
It will be worth taking some time to read a basic Python tutorial.<br>
<br>
Cheers,<br>
<font color="#888888">Scott<br>
</font><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br><br clear="all"><br>
</div>