add disclaimer on loading about the need for lasso

This commit is contained in:
Benjamin Dauvergne 2014-05-02 16:04:31 +02:00
parent e9be1cfc1a
commit 199a58d107
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
__version__ = '1.0.0'
try:
import lasso
except ImportError:
print '***** django-mellon needs the Python binding for the lasso library, *****'
print '***** look on http://lasso.entrouvert.org/download/ to obtain it *****'
raise