[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-06 Thread Jason
Hi Aaron. Are you able to run the demo guestbook application? You should just be able to use the following from the google_appengine directory: ./dev_appserver.py demos/guestbook/ From the error message, it looks like there is an issue with a particular module named contact. Are you sure it's

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
well those are the errors I had in the brower. Now after I restart the test server. I get a 404 errror. I then took a look at the terminal and this is what came after I type the command runserver. here are those errors: WARNING:root:Could not read datastore data from /tmp/django_mobile-

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Xavier Mathews
Well 404 Is A Not Found Error So That Would Be The Browser Or Test Connection Which Can Be A Problem In It's Self! On 04/04/2009, Aaron shyhockey...@gmail.com wrote: well those are the errors I had in the brower. Now after I restart the test server. I get a 404 errror. I then took a look

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
ya but how would you fix it? I restarted the test server about 4 times. I would get a 404 once. I got 3 times where it gave me a python error. It listed all the google app engine where errors occured inthe app engine python scripts. so how can I fix this? Like I said I aint a python guru.

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
ya but how would you fix it? I restarted the test server about 4 times. I would get a 404 once. I got 3 times where it gave me a python error. It listed all the google app engine where errors occured inthe app engine python scripts. so how can I fix this? Like I said I aint a python guru.

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
ok, I just fixed the 404 error. The test server was looking for the app in the static folder. I didn't have to app in their so I moved it in their and I get now python errors. Like about 50 like before. On Apr 4, 2:44 pm, Aaron shyhockey...@gmail.com wrote: ya but how would you fix it? I

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
ok, I just fixed the 404 error. The test server was looking for the app in the static folder. I didn't have to app in their so I moved it in their and I get now python errors. Like about 50 like before. On Apr 4, 2:44 pm, Aaron shyhockey...@gmail.com wrote: ya but how would you fix it? I

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
I just need help on where my files needs to be. I have my app in it's own folder. I had the app inside the directory of google app engine. the problem is when I run manage.py inside my own app folder. The manage.py can't find the source development kit of google apps engine. So I took the

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
No I can't even run the test server anymore. I get a new error: Traceback (most recent call last): File manage.py, line 4, in module setup_env(manage_py_env=True) File /home/aaron/websites/Chillenvillen.com/apps/google_app_engine/ google_appengine/common/appenginepatch/aecmd.py, line

[google-appengine] Re: Need help. Getting many python errors on localhost test.

2009-04-04 Thread Aaron
No I can't even run the test server anymore. I get a new error: Traceback (most recent call last): File manage.py, line 4, in module setup_env(manage_py_env=True) File /home/aaron/websites/Chillenvillen.com/apps/google_app_engine/ google_appengine/common/appenginepatch/aecmd.py, line