Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31388
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.05; 'suppose': 0.07; 'subject:Windows': 0.09; 'python': 0.09; 'typed': 0.09; 'cc:addr:python-list': 0.10; '2.7.3': 0.16; 'feedparser': 0.16; 'guessing': 0.16; 'lurking': 0.16; 'oct': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'module': 0.19; 'cc:2**0': 0.23; 'installed': 0.23; 'downloaded': 0.24; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'setting': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; '"no': 0.29; 'url:mailman': 0.29; "i'm": 0.29; 'error': 0.30; 'up.': 0.31; 'url:python': 0.32; 'file': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'entered': 0.34; 'path': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'google': 0.39; 'header:Received:5': 0.40; 'url:mail': 0.40; 'your': 0.60; 'here:': 0.62; 'joel': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eq2qqhbIJJZ7bUz2wEpGwiMVFHBGuXUirK6dekB7ThI=; b=E/7gVDZJFPHKFt4ZdyzquUSt6tPp57vyMHfflIB/AbQRpT/AoMZJl5MDjvgnFq1giD LoC3DdeilVssBYCZX9bCFOnpYhy7x2xy06206yn5iB0rZ4Y1NahzjlmCh69vSmqVSkYA uBFnQXfDWRpa8fGunoJQ1GfDk+qDOx8b7Iw1oGyL/EJ/dZBkzFGiJnAl0R0miO55k3WB SbfMntXXOA7SE5xF748EU/nnvchodrN3TSGAe7Dx8RCZqPJBltQ0FMgg6NFjBVQx+w8y Hzq4V+uV9+QZ8LcJr+cWd2vbHjHZd17fxt7wqiaVu50g7aJf2aV5dnPd9ZWwC+bL5bkW gTDg== |
| MIME-Version | 1.0 |
| In-Reply-To | <1pKdnT9EiNaO2ODNnZ2dnUVZ8rCdnZ2d@bt.com> |
| References | <1pKdnT9EiNaO2ODNnZ2dnUVZ8rCdnZ2d@bt.com> |
| Date | Tue, 16 Oct 2012 07:44:36 -0400 |
| Subject | Re: Python on Windows |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | graham <grahams@tectime.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2264.1350387882.27098.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350387882 news.xs4all.nl 6932 [2001:888:2000:d::a6]:55681 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31388 |
Show key headers only | View raw
On Tue, Oct 16, 2012 at 7:29 AM, graham <grahams@tectime.com> wrote: > > Downloaded and installed Python 2.7.3 for windows (an XP machine). > > Entered the Python interactive interpreter/command line and typed the > following: > > >>>import feedparser > > and I get the error message "No module named feedparser". > > There is a feedparser.py file lurking around - so I suppose Python cannot > find it. > > Anyone: What to do? > > I'm guessing your python path is not set up. Look here: http://docs.python.org/using/windows.html or google windows xp setting python path > > GC > > -- > http://mail.python.org/mailman/listinfo/python-list -- Joel Goldstick
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python on Windows graham <grahams@tectime.com> - 2012-10-16 12:29 +0100
Re: Python on Windows Marco Nawijn <nawijn@gmail.com> - 2012-10-16 04:35 -0700
Re: Python on Windows Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 07:56 -0400
Re: Python on Windows Joel Goldstick <joel.goldstick@gmail.com> - 2012-10-16 07:44 -0400
Re: Python on Windows graham <grahams@tectime.com> - 2012-10-19 14:24 +0100
Re: Python on Windows Tim Golden <mail@timgolden.me.uk> - 2012-10-19 14:44 +0100
Re: Python on Windows rusi <rustompmody@gmail.com> - 2012-10-19 06:48 -0700
Re: Python on Windows Tim Golden <mail@timgolden.me.uk> - 2012-10-19 15:00 +0100
Re: Python on Windows graham <grahams@tectime.com> - 2012-10-19 15:12 +0100
Re: Python on Windows Tim Golden <mail@timgolden.me.uk> - 2012-10-19 15:24 +0100
Re: Python on Windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-19 15:23 +0100
Re: Python on Windows Tim Golden <mail@timgolden.me.uk> - 2012-10-19 15:40 +0100
Re: Python on Windows Gisle Vanem <gvanem@broadpark.no> - 2012-10-20 14:47 +0200
csiph-web