X-Received: by 10.182.165.65 with SMTP id yw1mr32671obb.24.1404678735547; Sun, 06 Jul 2014 13:32:15 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!hn18no4182532igb.0!news-out.google.com!ht10ni12320qab.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 06 Jul 2014 15:32:15 -0500 Date: Sun, 06 Jul 2014 13:32:14 -0700 From: Larry Hudson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 Newsgroups: comp.lang.python Subject: Re: Why is it different from the example on the tutorial? References: <21e704ee-648b-423d-8682-11cb310a31a8@googlegroups.com> <6928b0db-4f08-4279-aa2e-98f5b70fbc22@googlegroups.com> In-Reply-To: <6928b0db-4f08-4279-aa2e-98f5b70fbc22@googlegroups.com> Message-ID: Lines: 28 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-jlFdFzjXmTQzbPTsFNdXBf7gAVwYRpEE3CVZAQYk6LkU8Ybv04/IPWhZusGsRS18oCeaTLFcCy4NdDN!vnEPICeGK/TG7gcTGN1ZlgqkRKeOITdHLgt29nmMzAt2ze3HgyFmY2/g7LaYRJGrN3sO6OVWD10= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 3140 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Xref: csiph.com comp.lang.python:74057 On 07/06/2014 08:03 AM, rxjwg98@gmail.com wrote: > Thanks. I do not want to waste everyone's time. For a jump start, there are > small errors making me frustrating. Your help does help me, confirm the usage > etc. After a basic familiarity, I do not want to post more. I use cygwin Python, > I type help of an object 'result'. It does show up the help content, but it > never quits the help afterwards. It is annoying, and time wasting. (Sorry again, > that problem may be about Cygwin, not Python. Excuse me to mention that here. > Of course, your help post consumes your time. Thanks again. > I'm curious as to why you're using Cygwin Python. Cygwin is great for using Unix/Linux programs that are not available in Windows, but there are Windows-native versions of Python available. I would suggest that you would be better off installing Python directly into Windows instead of going round-about with Cygwin. If you do this, I would also suggest that you install Python 3 instead of Python 2, but you may have to find a different tutorial. Although I suspect that part of your problems are that the tutorial you're using IS for Python 3 rather than the 2.7 you are using. Really, there aren't a lot of differences between 2 and 3, but the differences ARE very significant. And 3 is definitely the better, as well as the future. (Aside: I do have Cygwin installed on my Windows system, but I have pretty much given up on using Windows. I find Linux far superior and more comfortable to use, and it gets away from Big-Brotherish Microsoft. I do use it occasionally, but I think the last time I ran it was at least two months ago.) -=- Larry -=-