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

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

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

google shop client API returns 400 bad request error while adding an item -