Hi, I have a problem with my app engine SDK: Every time i restart my computer all the data saved for my application is cleared. I have readed in internet that is because the data is saved in /tmp directory and Ubuntu erase it when it shoot down. Also I found a page where says how change the place where the local datastore is saved in Ubuntu but I get an error.
I'm working in eclipse. I changed in the run config, the main module option to: google_appengine/dev_appserver.py --datastore_path=/home/mydata i give all the permissions to mydata folder but when I try run my application show me the follow error: /usr/bin/python2.6: can't open file '/home/mydirectory/ google_appengine/dev_appserver.py --datastore_path=/home/mydata': [Errno 2] No such file or directory I have the version google_appengine_1.3.3 What is the cause of this error? What can i do for solving it? -- 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.
