ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Unable to fetch data from blob in blobstore #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
from google.appengine.ext.blobstore import fetch_data, MAX_BLOB_FETCH_SIZE

What is the expected output? What do you see instead?
I expect the fetch_data function to be imported, and will be used to fetch 
data from a blob located in a blobstore (as per GAE documentation)

Instead:
ImportError: cannot import name fetch_data

Original issue reported on code.google.com by Noah.Mci...@gmail.com on 29 Mar 2010 at 12:05

GoogleCodeExporter commented 9 years ago
Assuming you work with the current trunk, are you sure you've installed the 
correct SDK? These tests 
http://code.google.com/p/typhoonae/source/browse/src/typhoonae/blobstore/tests/t
est_blobstore.py#210 
should all pass in a fresh buildout.

Original comment by tobias.r...@gmail.com on 29 Mar 2010 at 2:09

GoogleCodeExporter commented 9 years ago
After doing a fresh buildout, everything works as expected.

Original comment by Noah.Mci...@gmail.com on 4 Apr 2010 at 4:35

GoogleCodeExporter commented 9 years ago
Fine. So I close this issue.

Original comment by tobias.r...@gmail.com on 14 Apr 2010 at 1:31