Hi all
I am reading a book about python. There is a sample. The first line is:
import media
I am trying to do the same, but the error like below
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
import media
ImportError: No module named media
I want to know, is the media a default library?
Best Regards,