Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (16.4k points)

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

1 Answer

0 votes
by (26.4k points)

With the help of pip, you can install dependencies. pip is a package manager for python. 

Check on this link

Interested to learn more about python, Come and Join:- Python Course 

Related questions

0 votes
2 answers
0 votes
1 answer
0 votes
1 answer

Browse Categories

...