Skip to content
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

AttributeError: 'module' object has no attribute '_parse_blob_enum_results_list' #37

Closed
johnarnold opened this issue Sep 2, 2015 · 1 comment

Comments

@johnarnold
Copy link

Receiving error when transferring blob:

Traceback (most recent call last):
File "blobxfer.py", line 1310, in
main()
File "blobxfer.py", line 980, in main
blobskipdict = get_blob_listing(blob_service, args)
File "blobxfer.py", line 664, in get_blob_listing
maxresults=_MAX_LISTBLOBS_RESULTS)
File "blobxfer.py", line 547, in azure_request
raise exc
AttributeError: 'module' object has no attribute '_parse_blob_enum_results_list'

This problem starting coincides with the latest release of the Azure SDK for Python (1.0) and the problem goes away when rolling back to 0.11.1 version.

Look at:
https://github.com/Azure/azure-storage-python/releases

Interesting that the namespace has changed from azure.storage to azure.storage.blob -- could just be that?

Thanks,
John

@alfpark alfpark self-assigned this Sep 2, 2015
@alfpark
Copy link
Contributor

alfpark commented Sep 3, 2015

PR #42 fixes this issue and removes dependency on azure packages for pure sas mode operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants