-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Trying to run our README's example without PyMongo installed throws:
Traceback (most recent call last):
File "run.py", line 2, in <module>
from flask_stupe import paginate, schema_required
ImportError: cannot import name 'paginate'
This error is completely normal, because we only expose things that are usable based on the different modules available. But it's not very developer-friendly and an error message explaining that paginate
is not available because pymongo
isn't installed would be much better.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request