When I start on a (german) windows-xp with that options I get the following messages (edited)
INFO 2009-03-23 20:19:15,861 appengine_rpc.py] Server: appengine.google.com INFO 2009-03-23 20:19:15,908 dev_appserver.py] Attempting to remove file at c:\dokume~1\myname\lokale~1\temp \dev_appserver.datastore INFO 2009-03-23 20:19:15,908 dev_appserver.py] Attempting to remove file at c:\dokume~1\myname\lokale~1\temp \dev_appserver.datastore.history WARNING 2009-03-23 20:19:15,908 datastore_file_stub.py] Could not read datastore data from c:\dokume~1\myname\lokale~1\temp \dev_appserver.datastore WARNING 2009-03-23 20:19:15,908 datastore_file_stub.py] Could not read datastore data from c:\dokume~1\myname\lokale~1\temp \dev_appserver.datastore.history WARNING 2009-03-23 20:19:16,174 dev_appserver.py] Could not initialize images API; you are likely missing the Python "PIL" module. ImportError: No module named _imaging INFO 2009-03-23 20:19:17,065 dev_appserver_main.py] Running application helloworld on port 9999: http://localhost:9999 Telling first: tried to delete, and then could not read, so the deletion was successful and everything is ok. If you don't have the INFO message about trying, may be there aren't any datastore files. Otherwise the message should tell you, where it is searching for the files. Hope that helps OliWeiD. On 23 Mrz., 16:18, Nora <[email protected]> wrote: > Could you please tell me where is this datastore stored....I tried to > test with some data but I am unable to clear its contents. I used the > --clear_datastore option but I keep getting the message that it is > unable to find the datastore files! > > Thank you very much, > Nora > > On Mar 20, 5:49 pm, Pavel Byles <[email protected]> wrote: > > > > > You can use the bulkloader to initialize your > > data:http://code.google.com/appengine/docs/python/tools/uploadingdata.html > > > -Pavel > > > On Mar 19, 1:57 pm, Nora <[email protected]> wrote: > > > > Hello, > > > As I haven't used data stores before, I am unable to imagine how it is > > > going to behave:) I have some text files and I want to store its > > > contents in datastores. Do I load thedatastoreat the beginning and > > > then upload my application and use the data in thedatastorefrom > > > there? Or do we fill thedatastoreup every time my applicaiton gets a > > > request for it? Is the data saved in a certain file so when the > > > application is uploaded on the google server, this file is transfered > > > on the server and I start to use it from there? > > > > Thank you very much, > > > N.- Hide quoted text - > > > - Show quoted text -- Zitierten Text ausblenden - > > - Zitierten Text anzeigen - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
