If you have setuptools installed you can simply do: sudo easy_install feedparser
On 30-Sep-2010, at 3:30 PM, [email protected] wrote: > Send BangPypers mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. install feedparser (Avinash TM) > 2. Re: install feedparser (Dhananjay Nene) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 30 Sep 2010 00:02:03 +0530 > From: Avinash TM <[email protected]> > To: [email protected] > Subject: [BangPypers] install feedparser > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > While I am working with feedparser , i downloaded feedparser-4.1.zip then > unziped also , it becomes feedparser.py (executable) . > Then if i tried this below command > #python feedparser.py install > > it will show this message > avin...@linux-qqbq:~/Download> python feedparser.py install > install > > {'bozo': 1, > 'bozo_exception': SAXParseException('Document is empty\n',), > 'encoding': 'utf-8', > 'entries': [], > 'feed': {}, > 'namespaces': {}, > 'version': ''} > > this error , please anybody help me in telling how to install feedparser . > Tell me in simple way , because I am newbie to python. > Waiting for reply > > > Regards > Avinash > > > ------------------------------ > > Message: 2 > Date: Thu, 30 Sep 2010 04:44:52 +0530 > From: Dhananjay Nene <[email protected]> > To: Bangalore Python Users Group - India <[email protected]> > Subject: Re: [BangPypers] install feedparser > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Thu, Sep 30, 2010 at 12:02 AM, Avinash TM <[email protected]> wrote: > >> Hi all, >> While I am working with feedparser , i downloaded feedparser-4.1.zip then >> unziped also , it becomes feedparser.py (executable) . >> Then if i tried this below command >> #python feedparser.py install >> >> it will show this message >> avin...@linux-qqbq:~/Download> python feedparser.py install >> install >> >> From the README file in the distribution : > > To install: > $ python *setup.py* install > > >> {'bozo': 1, >> 'bozo_exception': SAXParseException('Document is empty\n',), >> 'encoding': 'utf-8', >> 'entries': [], >> 'feed': {}, >> 'namespaces': {}, >> 'version': ''} >> >> this error , please anybody help me in telling how to install feedparser . >> Tell me in simple way , because I am newbie to python. >> Waiting for reply >> >> >> Regards >> Avinash >> _______________________________________________ >> BangPypers mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > -------------------------------------------------------- > blog: http://blog.dhananjaynene.com > twitter: http://twitter.com/dnene > > > ------------------------------ > > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > > > End of BangPypers Digest, Vol 37, Issue 19 > ****************************************** _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
