How to import system python modules in a recipe?
How can I import system python modules like selenium in a recipe? I tried this but I got an error "No module named selenium". I want to use selenium to work around javascript to get the source page. Is there any way to use it in a recipe?
|