Try to Move out of the temp (dir) what is the error you get after that? You can't declare a database in a temp dir it is hardcoded into the os you could mess with the reg of windows but you'll open your client up for an attack. Hackers love temp folders, if you put a static file there you most probably will set off alarms for defender. That should take care of the first warning.
On Jul 6, 4:58 pm, eatch <[email protected]> wrote: > 2011-07-06 21:39:27 Running command: "['C:\\Python25\\pythonw.exe', > 'C:\\Program Files\\Google\\google_appengine\\dev_appserver.py', > '--admin_console_server=', '--port=8080', > 'C:\\PROGRAMS_ON_SAMSUNG\\appinventor\\customtinywebdb\\customtinywebdb']" > > WARNING 2011-07-06 20:39:30,217 datastore_file_stub.py:511] Could not read > datastore data from c:\windows\temp\dev_appserver.datastore > > INFO 2011-07-06 20:39:30,233 rdbms_sqlite.py:58] Connecting to SQLite > database '' with file 'c:\\windows\\temp\\dev_appserver.rdbms' > > WARNING 2011-07-06 20:39:30,280 dev_appserver.py:4700] Could not initialize > images API; you are likely missing the Python "PIL" module. ImportError: No > module named _imaging > INFO 2011-07-06 20:39:30,562 dev_appserver_multiprocess.py:637] Running > application astoninghamaj on port 8080:http://localhost:8080 > > ------------------------------- > > This is the log file when I 'browse' the tiny database i am trying to > deploy. I'm not sure of the value 'app inventor' prity much wrote the file i > am tryign to deploy. But if can help me make my first upoad (deploy) - i > thought I'd post. > > Andrew -- 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.
