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
Received the above error when trying to get an instance of the ListsApi. Turns out that the lists_api module was not included in either of these files:
sib_api_v3_sdk/init.py
sib_api_v3_sdk/api/init.py
Adding an import line to each of these two files seemed to solve the problem: from sib_api_v3_sdk.api.lists_api import ListsApi
This fix did not seem to work in every environment, though. Ended up downgrading to v.7.5.0 on WSGI apps, and that seems to be working there. Fortunately, don't need the latest features yet.
dontic, gostreap, NarayanBavisetti, sblondon, mrmachine and 2 more