asolfre / appengine-rest-server

Automatically exported from code.google.com/p/appengine-rest-server
Other
0 stars 0 forks source link

memcache.get and memcache.set methods don't exist #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project into Aptana with App engine Python 2.7
2. put into it the file __init__.py
3.

What is the expected output? What do you see instead?
There are errors on the get and set methods of the memcache object:
Undefined variable from import: get

What version of the product are you using? On what operating system?
Python 2.7
AppEngine 1.6.1

Original issue reported on code.google.com by si...@majou.org on 29 Dec 2011 at 10:14

GoogleCodeExporter commented 9 years ago
In fact the eclipse editor shows that error, but the REST dispatcher works 
anyway. I don't know why.

Original comment by si...@majou.org on 29 Dec 2011 at 10:57

GoogleCodeExporter commented 9 years ago
yes, i get the same warning using the old app engine sdk as well, i don't know 
why.  but i'm pretty sure it's not a bug.

Original comment by jahlborn@gmail.com on 29 Dec 2011 at 11:39