Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
I am trying to install the python module via pip, but I am getting some error messages. Basically, I want to install the smtplib python module in ubuntu 12.10 OS, how can I install that?

1 Answer

0 votes
by (108k points)
edited by

I think you don't know but the smtplib package is part of the default python module part of python's standard library, so you do not have to worry about it, it is already installed in your environment. 

If you are a beginner and want to know more about Python, then do check out the below Python tutorial video that will help you in understanding the topic in a better way:

Related questions

0 votes
1 answer
asked Jul 9, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 3, 2021 in Python by blackindya (18.4k points)

Browse Categories

...