I downloaded and unzipped SDK 1.2.4 in my linux user account. I can run and browse helloworld just fine. The weirdness starts when I try something non-trivial like guestbook. The example works fine if I run with root, but not otherwise.
Running 'app_devserver.py guestbook/' with Python 2.5.1 or 2.5.4 installed into my user account, I get errors if I 'lynx http://localhost:8080' from the same account (from a second terminal session) but none if I run the same installation with a root account using the site wide python 2.5.2 installation. If I run 'app_devserver.py guestbook/' using root and the site wide python, 'lynx http://localhost:8080' with the user account works fine. This is the error I am seeing: Traceback (most recent call last): File "/home/X/code/python/google_appengine/google/appengine/ext/ webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/home/X/code/python/google_appengine/guestbook/ guestbook6_templates.py", line 18, in get greetings = greetings_query.fetch(10) File "/home/ming/code/python/google_appengine/google/appengine/ext/ db/__init__.py", line 1455, in fetch raw = self._get_query().Get(limit, offset) File "/home/X/code/python/google_appengine/google/appengine/api/ datastore.py", line 981, in Get prefetch_count=limit)._Get(limit) File "/home/X/code/python/google_appengine/google/appengine/api/ datastore.py", line 921, in _Run apiproxy_stub_map.MakeSyncCall('datastore_v3', 'RunQuery', pb, result) File "/home/X/code/python/google_appengine/google/appengine/api/ apiproxy_stub_map.py", line 72, in MakeSyncCall apiproxy.MakeSyncCall(service, call, request, response) File "/home/X/code/python/google_appengine/google/appengine/api/ apiproxy_stub_map.py", line 255, in MakeSyncCall rpc.CheckSuccess() File "/home/X/code/python/google_appengine/google/appengine/api/ apiproxy_rpc.py", line 111, in CheckSuccess raise self.exception OSError: [Errno 1] Operation not permitted --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
