Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74057
| 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 <orgnut@yahoo.com> |
| 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 | <f949d1c4-98c4-417f-9abc-58fe72b4c0a0@googlegroups.com> <mailman.11537.1404651349.18130.python-list@python.org> <c8f935e5-cd8f-4589-a70c-b172a985e22b@googlegroups.com> <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 | <zomdnUIU6fbSLyTOnZ2dnUVZ_oSdnZ2d@giganews.com> (permalink) |
| 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 |
Show key headers only | View raw
On 07/06/2014 08:03 AM, rxjwg98@gmail.com wrote:
<snip>
> 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 -=-
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 05:13 -0700
Re: Why is it different from the example on the tutorial? Tim Chase <python.list@tim.thechases.com> - 2014-07-06 07:54 -0500
Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 06:38 -0700
Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 07:18 -0700
Re: Why is it different from the example on the tutorial? Roy Smith <roy@panix.com> - 2014-07-06 10:34 -0400
Re: Why is it different from the example on the tutorial? Chris Angelico <rosuav@gmail.com> - 2014-07-07 00:45 +1000
Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 15:47 +0100
Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 08:53 -0700
Re: Why is it different from the example on the tutorial? Roy Smith <roy@panix.com> - 2014-07-06 12:01 -0400
Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 08:03 -0700
Re: Why is it different from the example on the tutorial? Peter Otten <__peter__@web.de> - 2014-07-06 17:46 +0200
Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 09:02 -0700
Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 19:29 +0100
Re: Why is it different from the example on the tutorial? Larry Hudson <orgnut@yahoo.com> - 2014-07-06 13:32 -0700
Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 13:42 -0700
Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 15:25 +0100
Re: Why is it different from the example on the tutorial? Rustom Mody <rustompmody@gmail.com> - 2014-07-06 09:01 -0700
csiph-web