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 <[email protected]> wrote: From: Avinash TM <[email protected]> Subject: [BangPypers] install feedparser To: [email protected] 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 [email protected] http://mail.python.org/mailman/listinfo/bangpypers _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
