[BangPypers] Latest Cricket News in Command Line

2010-10-03 Thread Avinash TM
Hi All , I tried this simple code using 'feed parser'. May be you will find it useful. Am new to Python,any suggestions or new ideas on how we can improve this code. -Avinash ___ * * *Program : * #! /usr/bin/py

Re: [BangPypers] feedparser

2010-10-03 Thread Noufal Ibrahim
On Sun, Oct 03 2010, Avinash TM wrote: > How to install feedparser in 'eclipse environment' of python? [...] First thing (after you do an installation) is to make sure that it works properly in with the regular interpreter (honouring any virtualenv or other such settings you have). Once that's d

[BangPypers] feedparser

2010-10-03 Thread Avinash TM
How to install feedparser in 'eclipse environment' of python? -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 yo

[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

Re: [BangPypers] Beginner help

2010-10-03 Thread Sathishkumar Duraisamy
Hi, for pyqt, eric is good. On 10/3/10, Umar Shah wrote: > vim with omnicomplete and taglist plugins, > It will provide with code browsing as well as autocomplete features. > > > On Sun, Oct 3, 2010 at 1:06 PM, Jeffrey Jose > wrote: > >> On Sun, Oct 3, 2010 at 9:28 AM, Gopalakrishnan Subramani <

Re: [BangPypers] Beginner help

2010-10-03 Thread Umar Shah
vim with omnicomplete and taglist plugins, It will provide with code browsing as well as autocomplete features. On Sun, Oct 3, 2010 at 1:06 PM, Jeffrey Jose wrote: > On Sun, Oct 3, 2010 at 9:28 AM, Gopalakrishnan Subramani < > gopalakrishnan.subram...@gmail.com> wrote: > > > If you want to be t

Re: [BangPypers] Beginner help

2010-10-03 Thread Noufal Ibrahim
On Sun, Oct 03 2010, Jeffrey Jose wrote: > On Sun, Oct 3, 2010 at 9:28 AM, Gopalakrishnan Subramani < > gopalakrishnan.subram...@gmail.com> wrote: > >> If you want to be too smart, Emacs is the best one for all your typing >> need. >> It works well on Windows/Macs/Linux/Unix operating system. >> p

Re: [BangPypers] Beginner help

2010-10-03 Thread Jeffrey Jose
On Sun, Oct 3, 2010 at 9:28 AM, Gopalakrishnan Subramani < gopalakrishnan.subram...@gmail.com> wrote: > If you want to be too smart, Emacs is the best one for all your typing > need. > It works well on Windows/Macs/Linux/Unix operating system. > pymacs enable you to detect the basic python related