Hi guys, I can't read datastore via dev_appserver.py: WARNING 2008-10-24 16:07:29,250 datastore_file_stub.py] Could not read datastore data
The application I'm trying to run is the guestbook application which is installed in the \demos directory after installing appengine. I did not edit any of its content. This is my dev machine: WindowsXP SP2 Python 2.5 appengine release 1.1.5 I read this - http://code.google.com/appengine/docs/thedevwebserver.html Tried most of the options like: --datastore_path \some_directory\ and I get something like this: WARNING 2008-10-24 16:07:29,250 datastore_file_stub.py] Could not read datastore data --clear_datastore and I get something like this: WARNING 2008-10-24 16:14:17,687 dev_appserver.py] Removing file failed: [Error 5] Access is denied: even tried changing port (although this may not seem necessary) -p 9999 and I get something like this: WARNING 2008-10-24 16:25:08,937 datastore_file_stub.py] Could not read datastore I uninstalled appengine and reinstalled from a fresh download. Still the same error. I've ran into a few discussions here regarding the same issue and most of the advice their giving is to simply set the datastore_path. Not working in my case. I am a python newbie. Any advice? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---