-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cards #143
Comments
Hi @hheisego thanks for raising this issue. Could you elaborate on the errors you are seeing? Also could you provide the version of the |
having the same issue with latest version of webexteamssdk
File "app.py", line 2, in |
I have the exact same issue. This example came straight from the documentation but I have not found a way to get it to work. |
duplicate issue |
This was/is a documentation bug that was fixed in the code 16 months ago (b0e552c). I will make sure the docs get updated when we release v1.7. |
Good day Team,
python 3.7 is stills supported?
getting couple errors while importing:
from webexteamssdk.cards.card import AdaptiveCard
from webexteamssdk.cards.inputs import Text, Number
from webexteamssdk.cards.components import TextBlock
from webexteamssdk.cards.actions import Submit
The text was updated successfully, but these errors were encountered: