Does python have an "error" module? -


does python have error module? when wrote 'import error' in python 2.7.6, returns "no module named error.' 'import error' part of program in textbook?should doult in textbook?

it's custom module. python standard library not have error module.

maybe missed in textbook error module created.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -