Python on Windows

Joel Goldstick joel.goldstick at gmail.com
Tue Oct 16 07:44:36 EDT 2012


On Tue, Oct 16, 2012 at 7:29 AM, graham <grahams at 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



More information about the Python-list mailing list