[BangPypers] install feedparser

2010-10-03 Thread Avinash TM
Hi all,
I am newbie to Python.
I wish to install feedparser in Eclipse environment,
when i include line 'import feedparser' in eclipse , it is showing the error
as 'Unresolved import:feedparser'
but i had installed in terminal , and i can write simple small programs in
terminal.
I am using opensuse OS.
can anyone help me.

-Avinash
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] install feedparser

2010-10-03 Thread vijay
Basically if you code inside src folder of eclipse project it will show below 
error.
Just create folder at same level to src then you should be able to access it.
 Structure should be like this
 Project 
  - src
  - new folder
 - python  (pointing to you python path)

Hope this help you.

With Regards
Vijay


--- On Sun, 3/10/10, Avinash TM avinas...@gmail.com wrote:

From: Avinash TM avinas...@gmail.com
Subject: [BangPypers] install feedparser
To: bangpypers@python.org
Date: Sunday, 3 October, 2010, 5:58 PM

Hi all,
I am newbie to Python.
I wish to install feedparser in Eclipse environment,
when i include line 'import feedparser' in eclipse , it is showing the error
as 'Unresolved import:feedparser'
but i had installed in terminal , and i can write simple small programs in
terminal.
I am using opensuse OS.
can anyone help me.

-Avinash
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] install feedparser

2010-09-29 Thread Avinash TM
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
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] install feedparser

2010-09-29 Thread Dhananjay Nene
On Thu, Sep 30, 2010 at 12:02 AM, Avinash TM avinas...@gmail.com 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
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers




-- 

blog: http://blog.dhananjaynene.com
twitter: http://twitter.com/dnene
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers