RE: help(string) commands not working on pyton 3.5

2015-10-16 Thread Prasad Joshi
gt; Also help worked when I switched to plain integer as you mentioned below but looks like it didn't save it. Btw - I am pretty new to python hence asking these questions. Thanks again! Prasad Joshi. -Original Message- From: eryksun [mailto:eryk...@gmail.com] Sent: Thursday,

Re: help(string) commands not working on pyton 3.5

2015-10-16 Thread eryksun
On 10/16/15, Prasad Joshi wrote: > > I am using windows 10. > import math help (math) > 'more' is not recognized as an internal or external command, > operable program or batch file. What do you get for the following? import os windir = os.environ['SystemRoot'] mo

Re: help(string) commands not working on pyton 3.5

2015-10-15 Thread eryksun
On 10/14/15, Prasad Joshi wrote: > Hi, > > I have installed the "Windows x86-64 executable > installer" > on my desktop but I cannot get help ( ) or help (string) command working. > What could be an issue? > It may help to know which

Re: help(string) commands not working on pyton 3.5

2015-10-15 Thread Bob Gailer
Please show us exactly what you tried and exactly what the results were. For example: >>> help() Syntax error... On Oct 15, 2015 7:34 AM, "Prasad Joshi" wrote: > Hi, > > > > I have installed the “Windows x86-64 executable installer >

help(string) commands not working on pyton 3.5

2015-10-15 Thread Prasad Joshi
Hi, I have installed the "Windows x86-64 executable installer" on my desktop but I cannot get help ( ) or help (string) command working. What could be an issue? Thanks! Prasad Joshi. -- https://mail.python.org/mailman/listinfo/pyt