python-omniture icon indicating copy to clipboard operation
python-omniture copied to clipboard

module 'utils' has no attribute 'AddressableList'

Open ppstacy opened this issue 9 years ago • 2 comments

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

ppstacy avatar Jan 06 '17 02:01 ppstacy

This looks like a bug. I'll try to verify it tonight and see if I can fix it.

dancingcactus avatar Feb 28 '17 22:02 dancingcactus

@ppstacy Do you happen to know which version of the library you are using? You can find it by running.

print(omniture.__version__)

dancingcactus avatar Mar 02 '17 01:03 dancingcactus