Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels