Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing bs4 dependency of Testing plugin not mentioned in the wiki #57

Closed
tbeu opened this issue Jan 21, 2015 · 3 comments
Closed

Missing bs4 dependency of Testing plugin not mentioned in the wiki #57

tbeu opened this issue Jan 21, 2015 · 3 comments
Labels

Comments

@tbeu
Copy link
Contributor

tbeu commented Jan 21, 2015

@arun3688 I get a load error Testing plug-in could not be loaded. Error message: 'No module named bs4'. The Wiki gives no clue that non-standard module bs4 is needed by Testing plugin. It should be mentioned in the optional libraries for sake of completeness.

@tbeu tbeu added the plugin label Jan 21, 2015
@tbeu tbeu changed the title Missing bs4 dependcy of Testing plugin not mentioned in the wiki Missing bs4 dependency of Testing plugin not mentioned in the wiki Jan 21, 2015
@arun3688
Copy link
Contributor

bs4 means BeautifulSoup. It is a library in python for parsing HTML documents. It is available for python versions 2.6 + and python 3. For more details http://en.wikipedia.org/wiki/Beautiful_Soup. It should be available in the following paths /Python27/Lib/site-packages/bs4/. The default Pysimulator installation does this.

tbeu added a commit that referenced this issue Jan 21, 2015
@tbeu
Copy link
Contributor Author

tbeu commented Jan 21, 2015

Sorry, it is neither part of default Python nor default PySimulator installation. It is now fixed by 230a86e (for PySimulator).

@tbeu
Copy link
Contributor Author

tbeu commented Jan 21, 2015

Updated Wiki.

@tbeu tbeu closed this as completed Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants