0

does python have error module? when i wrote 'import error' in python 2.7.6, it returns "No module named error.' but 'import error' is a part of program in a textbook?should i doult something in the textbook?

1 Answer 1

1

It's probably a custom module. The python standard library does not have an error module.

Maybe you missed something in the textbook where an error module was created.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.