2010/10/3 Noufal Ibrahim <[email protected]> > 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 done, you can worry about > configuring eclipse. > > Is it working in the interpreter? >
If it is not working in regular interpreter, please do the following ( If you are using ubuntu/debian flavor ) sudo apt-get install python-setuptools sudo easy_install feedparser Now it should works fine. :-) > -- > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- Regards, Arulalan.T Kanchi Linux User Group Rocks ! http://kanchilug.wordpress.com My Experiments In Linux are here http://tuxcoder.wordpress.com _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
