python-omniture
python-omniture copied to clipboard
module 'utils' has no attribute 'AddressableList'
Hi,
Thank you so much for this awesome api. When I am trying the print any of the suite. Like suite.metric, suite.elements, suite.segments. It will give me the error " File ~\AppData\Local\Continuum\Anaconda3\lib\site-packages\omniture\elements.py", line 20, in list for k, v in extra.items():
AttributeError: module 'utils' has no attribute 'AddressableList'"
Could you please tell me why? By the way I am using python 3.5.
ThAanks
This looks like a bug. I'll try to verify it tonight and see if I can fix it.
@ppstacy Do you happen to know which version of the library you are using? You can find it by running.
print(omniture.__version__)