You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Trying to run our README's example without PyMongo installed throws:
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 becausepymongo
isn't installed would be much better.The text was updated successfully, but these errors were encountered: