Re: Total Python Noob

2008-10-09 Thread Tom Lake
"Chris Rebert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Thu, Oct 9, 2008 at 11:22 PM, Tom Lake <[EMAIL PROTECTED]> wrote: I have Python 2.6 installed on Vista Ultimate. When I try to calculate sqrt (or any transcendental functions) I get the following error sqrt(2) Tra

Re: Total Python Noob

2008-10-09 Thread shstein2002
On Oct 9, 11:22 pm, "Tom Lake" <[EMAIL PROTECTED]> wrote: > I have Python 2.6 installed on Vista Ultimate.  When I try to calculate > sqrt (or any transcendental functions) I get the following error > > >>> sqrt(2) > > Traceback (most recent call last): >   File "", line 1, in > NameError: name 's

Re: Total Python Noob

2008-10-09 Thread Chris Rebert
On Thu, Oct 9, 2008 at 11:22 PM, Tom Lake <[EMAIL PROTECTED]> wrote: > I have Python 2.6 installed on Vista Ultimate. When I try to calculate > sqrt (or any transcendental functions) I get the following error > sqrt(2) > > Traceback (most recent call last): > File "", line 1, in > NameError

Total Python Noob

2008-10-09 Thread Tom Lake
I have Python 2.6 installed on Vista Ultimate. When I try to calculate sqrt (or any transcendental functions) I get the following error sqrt(2) Traceback (most recent call last): File "", line 1, in NameError: name 'sqrt' is not defined What am I doing wrong? Tom Lake -- http://mail.pyth