I have a python code, which begins as
import requests
from bs4 import BeautifulSoup
import itertools
import io
import re
import smtplib, os
When I run the above code, it says missing requests module.
Right now, I have installed three versions of python from python.org but still seems like the respective packages are not yet installed. So, can anyone tell me, Using IDLE how to install the modules on windows 7?
There are the versions I have- 2.7.8, 3.3.5, 3.4.2