↧
Answer by Asaf for adding the feedparser module to python
Netbeans by default uses Jython, if you go to Tools>Python Platforms and see that Jython is the default. Switch it to Python and so the installed libraries would work. If you already have a project,...
View ArticleAnswer by Matt Boehm for adding the feedparser module to python
You might need to set the PYTHONPATH environment variable to include the install path of feedparser. Just a guess, but this has fixed this issue in the past for me.
View Articleadding the feedparser module to python
I recently downloaded and installed feedparser with python,I tried to run it but Netbeans shouts on import:ImportError: No module named feedparserrestarted the Netbeans, still no go.
View Article