Comment 17 for bug 1068801

Revision history for this message
Joshua Harlow (harlowja) wrote :

Hi tomas, can u post the contents of the boto/utils.py file that u have which should be in site-packages. I was checking https://github.com/boto/boto/blob/2.5.2/boto/utils.py and it doesn't seem they have the lazy load dictionary there so I am wondering if they put it in then removed it and thats why u are seeing it.

I think scott and I have some ideas on how to fix this (ie traverse LazyLoadMetadata and force it to be a python dictionary so that none of its weirdness happens). But more info would be great. Thx!