Learnosity / learnosity-sdk-python

Learnosity SDK for Python
Apache License 2.0
8 stars 10 forks source link

No module named 'learnosity_sdk.uuid' #13

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello getting an error

from learnosity_sdk.uuid import Uuid ModuleNotFoundError: No module named 'learnosity_sdk.uuid'

From sample in https://github.com/Learnosity/learnosity-sdk-python#usage I am not sure if this is an old option that has been deprecated, or an error in the sample code

Please look into it as soon as you can Cheer

ghost commented 5 years ago

Feedback: this seems to solve it from learnosity_sdk.utils import Uuid

from learnosity_sdk.uuid import Uuid

shtrom commented 5 years ago

Fixed in e09e85f91f76f0819ef82110f7c56b2561537751