more explicit error messages during common import errors
This commit is contained in:
parent
32e965d338
commit
535d6efc47
8 changed files with 42 additions and 8 deletions
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
|
||||
import time
|
||||
import Image
|
||||
|
||||
try:
|
||||
import Image
|
||||
except ImportError:
|
||||
raise ImportError('Please install python-imaging')
|
||||
|
||||
from weboob.tools.browser import BasePage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue