Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7161775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:37:26+00:00 2026-05-28T13:37:26+00:00

I’m trying to install Feedparser 5.1 for Python 3.2, Windows 64 bit. I have

  • 0

I’m trying to install Feedparser 5.1 for Python 3.2, Windows 64 bit.

I have tried FOREVER (aka the past 2 weeks) to install Feedparser for Python, and have been failing miserably. I’ve read the readme, tried searching the internet, and nothing has worked for me. Needless to say, I feel completely stupid.

Will someone PLEASE give me step-by-step instructions to install Feedparser 5.1 for Python 3.2 Windows 64 bit. I’m desperate, please.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:37:27+00:00Added an answer on May 28, 2026 at 1:37 pm

    Approach A: Using Pip

    The best method for installing FeedParser (or almost any Python package) is by using pip, Python’s package manager. pip will be installed by default alongside Python as of Python 3.4 (and Python 2.7.9). Since the latest version of Python (as of time of editing) is Python 3.5, this is really the approach you should be taking whenever possible.

    To run pip, do the following:

    1. Open the command line. You can do this by clicking start, then typing cmd in the run textbox.
    2. Make sure you are connected to the internet.
    3. Type in pip install feedparser and hit enter (and wait for pip to download and install FeedParser)

    You’re done! Open up IDLE and type in import feedparser to confirm.

    If attempting to use pip fails for some reason, try…

    1. Typing in C:\Python34\Scripts\pip install feedparser (or wherever you installed Python)
    2. Closing the command line, and re-opening it in admin mode (click start, type ‘cmd’, right-click, select “Run as Administrator”), if it’s failing due to permission errors

    If you would like to learn more about pip, or need help setting it up on older versions of Python, see this post.

    Approach B: Manual install

    If, for some reason, you are unable to use pip, you can always try doing a manual install.

    Part A: Prerequisites:

    Feedburner needs a module named setuptools in order to install. Unfortunately, setuptools isn’t compatible with Python 3.x, but you can use something called Distribute as a convenient replacement. If you already have this installed, you can skip Part A.

    1. Download the “installer” here: http://python-distribute.org/distribute_setup.py. This is a Python script that will download the required components from the internet and install Distribute for you.

    2. Open the command line. You can do this by clicking start, then typing cmd in the run textbox. Navigate over to the folder containing distribute_setup.py by using cd. On my system, I typed cd C:\Users\Michael0x2a\Downloads

    3. Type python distribute_setup.py (and if that doesn’t work, C:\Python32\python.exe distribute_setup.py (or wherever you did install Python)). A bunch of text should appear and scroll by.

    Part B: Actually installing feedparser:

    1. Download and extract the latest file from here: https://github.com/kurtmckee/feedparser/releases

    2. Navigate in the command line to where the extracted feedparser folder is by using the cd command. For example, on my computer, I typed:

      cd C:\Users\Michael0x2a\Downloads\feedparser-5.1\feedparser-5.1
      

      (Your version number will probably differ. For example, you might have feedparser-5.3 or something)

    3. Make sure the folder you’re in has the readme, various other docs, and setup.py. To check, type dir into the command line. It should list the files and folders there.

    4. Type python setup.py install (or C:\Python34\python.exe setup.py install.). Text should appear and slowly scroll by.

    You’re done! Open up IDLE and type import feedparser to confirm.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
I am trying to loop through a bunch of documents I have to put
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.