Hi

Ok, a couple of common problems people have. (answered/commented on
lots in these groups in the past)

1.  Unless you absolutely know what you are doing (and even then
don't) you need to use python 2.5 (this is not your problem by the
way)
but you will run into issues down the path if you keep using 2.6, it
is not supported.

2.  The first time you run the dev app server with a path to a new
datastore you will get the complaint/error you are seeing until you
write something into the datastore.
So basically ignore the error and write to the datastore, it will be
created once you actually put() something.

T

On May 15, 6:50 am, ketter <[email protected]> wrote:
> 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 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
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