I ran into similar issues at one point. I wanted to share the same datastore
between the shell and server and kept getting a similar error. My solution
was to modify the settings.py and specify the datastore_path in
DATABASE_OPTIONS. Though you need to be on 1.1 rc for it to work, though it
does perfectly meet my needs.

DATABASE_OPTIONS = { 
    'datastore_path': '/mypath', 
    'history_path': '/mypath/history', 
} 



On 1/19/10 4:33 PM, "Stuart  Grimshaw" <[email protected]> wrote:

> Bit of a strange problem this, I can't access any models I create in
> the app from the shell (./manage.py shell).
> 
> When I start the shell, I get this warning:
> 
> 2010-01-19 16:25:15,394 WARNING [datastore_file_stub.py, __ReadPickled:
> 483] Could not read datastore data from /var/folders/6m/
> 6mfs9chFGYuDH8yKz24MCk+++TQ/-Tmp-/django_coachoverflow.datastore
> 
> the final part of the path doesn't exist, either in that directory or
> anywhere on the local filesystem that I can find.
> 
> Any ideas?


-- 
You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.


Reply via email to