avelino / pycorreios

API correios.com.br in Python
https://github.com/avelino/pycorreios
MIT License
61 stars 33 forks source link

Fix TypeError on raise exception (not found BeautifulSoup module) #21

Closed w1pereira closed 7 years ago

w1pereira commented 7 years ago

When i ran the tests i found this error. This error occurs only if you don't have BeautifulSoup module installed:

TypeError:exceptions must be old-style classes or derived from BaseException, not str