I am getting

NotImplementedError at /login/authenticated
Only tempfile.TemporaryFile is available for use
when i use twitter api to access timetine after authorizing user by
oauth..
plz help...

Trace of error is as follows:

Environment:

Request Method: GET
Request URL:
http://testapptwit.appspot.com/login/authenticated?oauth_token=MCnfvxsAsXZkRwCVxyFJa2jC3563SUi00h7wtr9ewJg&oauth_verifier=S86JDBYybV6qZVI3NoP0uAsXB0pGXI8FryxH2mhx0M
Django Version: 1.2.5
Python Version: 2.5.2
Installed Applications:
['twit.twitt']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.middleware.doc.XViewMiddleware')


Traceback:
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/
django/core/handlers/base.py" in get_response
  100.                     response = callback(request,
*callback_args, **callback_kwargs)
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/twit/
twitt/views.py" in authen
  64.     api=twitter.Api()
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/
twitter.py" in __init__
  2195.     self.SetCache(cache)
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/
twitter.py" in SetCache
  3464.       self._cache = _FileCache()
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/
twitter.py" in __init__
  3814.     self._InitializeRootDirectory(root_directory)
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/
twitter.py" in _InitializeRootDirectory
  3874.       root_directory = self._GetTmpCachePath()
File "/base/data/home/apps/s~testapptwit/1.355606297548109607/
twitter.py" in _GetTmpCachePath
  3870.     return os.path.join(tempfile.gettempdir(),
cache_directory)
File "/base/python_runtime/python_dist/lib/python2.5/tempfile.py" in
PlaceHolder
  45.   raise NotImplementedError("Only tempfile.TemporaryFile is
available for use")

Exception Type: NotImplementedError at /login/authenticated
Exception Value: Only tempfile.TemporaryFile is available for use

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to