Letractively / typhoonae

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

Attempt to upload file to Blobstore raises an AttributeError with GAE SDK 1.3.3 prerelease #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Due to renaming a constant in google.appengine.api.blobstore, uploading a file 
to the blobstore 
raises an AttributeError:

Traceback (most recent call last):
  File "/typhoonae/bin/appserver", line 29, in <
module>
    typhoonae.fcgiserver.main()
  File "/typhoonae/src/typhoonae/fcgiserver.py",
 line 323, in main
    serve(conf, options)
  File "/typhoonae/src/typhoonae/fcgiserver.py",
 line 185, in serve
    sys.stdin = cgi_handler_chain(CGIInAdapter(inp), os.environ)
  File "/typhoonae/src/typhoonae/fcgiserver.py", line 53, in __call__
    fp = handler(fp, environ)
  File "/typhoonae/src/typhoonae/blobstore/handlers.py", line 153, in __call__
    timestamp = format_timestamp(datetime.datetime.now())
  File "/typhoonae/src/typhoonae/blobstore/handlers.py", line 147, in format_timestamp
    f = google.appengine.api.blobstore.BASE_CREATION_HEADER_FORMAT
AttributeError: 'module' object has no attribute 'BASE_CREATION_HEADER_FORMAT'

Original issue reported on code.google.com by tobias.r...@gmail.com on 15 Apr 2010 at 11:37

GoogleCodeExporter commented 8 years ago
Fixed in the trunk.

Original comment by tobias.r...@gmail.com on 15 Apr 2010 at 11:44

GoogleCodeExporter commented 8 years ago
Fixed in the 0.1.4 release.

Original comment by tobias.r...@gmail.com on 29 Apr 2010 at 11:12