Hi, I just done a test of my app. It's a website. I just used the
local host test.

I got about 50 errors which all points the errors to the app engine
python scripts.

How could this happen?

I will just post a few here or some of the errors:

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
 /home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/google/appengine/tools/dev_appserver.py in
_HandleRequest
(self=<google.appengine.tools.dev_appserver.DevAppServerRequestHandler
instance at 0x90443ec>)
 2709                               infile,
 2710                               outfile,
error here->  2711
base_env_dict=env_dict)
 2712         finally:
 2713           self.module_manager.UpdateModuleFileModificationTimes
()
base_env_dict undefined, env_dict = {'APPLICATION_ID': 'mobile-
consulting-inc', 'CURRENT_VERSION_ID': '5.1', 'REMOTE_ADDR':
'127.0.0.1', 'REQUEST_METHOD': 'GET', 'SERVER_NAME': 'localhost',
'SERVER_PORT': '8000', 'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'Development/1.0'}
 /home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/google/appengine/tools/dev_appserver.py in Dispatch
(self=<google.appengine.tools.dev_appserver.MatcherDispatcher object
at 0x8b5710c>, relative_url='/', path=None, headers=<mimetools.Message
instance at 0x8b50e2c>, infile=<cStringIO.StringI object at
0x8a6d200>, outfile=<cStringIO.StringO object at 0x8b570e0>,
base_env_dict={'APPLICATION_ID': 'mobile-consulting-inc',
'CURRENT_VERSION_ID': '5.1', 'REMOTE_ADDR': '127.0.0.1',
'REQUEST_METHOD': 'GET', 'SERVER_NAME': 'localhost', 'SERVER_PORT':
'8000', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/
1.0'})
  378                                       infile,
  379                                       outfile,
  error here-> 380
base_env_dict=base_env_dict)
  381
  382         if forward:
base_env_dict = {'APPLICATION_ID': 'mobile-consulting-inc',
'CURRENT_VERSION_ID': '5.1', 'REMOTE_ADDR': '127.0.0.1',
'REQUEST_METHOD': 'GET', 'SERVER_NAME': 'localhost', 'SERVER_PORT':
'8000', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/
1.0'}
 /home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/google/appengine/tools/dev_appserver.py in Dispatch
(self=<google.appengine.tools.dev_appserver.CGIDispatcher object at
0x8b5350c>, relative_url='/', path='common/appenginepatch/main.py',
headers=<mimetools.Message instance at 0x8b50e2c>,
infile=<cStringIO.StringI object at 0x8a6d200>,
outfile=<cStringIO.StringO object at 0x8b570e0>, base_env_dict=
{'APPLICATION_ID': 'mobile-consulting-inc', 'CURRENT_VERSION_ID':
'5.1', 'REMOTE_ADDR': '127.0.0.1', 'REQUEST_METHOD': 'GET',
'SERVER_NAME': 'localhost', 'SERVER_PORT': '8000', 'SERVER_PROTOCOL':
'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/1.0'})
 1996                      infile,
 1997                      outfile,
Errror here-> 1998                      self._module_dict)
 1999       handler.AddDebuggingConsole(relative_url, env, outfile)
 2000     finally:
self = <google.appengine.tools.dev_appserver.CGIDispatcher object at
0x8b5350c>, self._module_dict = {'Cookie': <module 'Cookie' from '/usr/
lib/python2.5/Cookie.pyc'>, 'UserDict': <module 'UserDict' from '/usr/
lib/python2.5/UserDict.pyc'>, '__main__': <module
'common.appenginepatch.main' from '/home.../google_appengine/common/
appenginepatch/main.py'>, '_bisect': <module '_bisect' from '/usr/lib/
python2.5/lib-dynload/_bisect.so'>, '_functools': <module '_functools'
from '/usr/lib/python2.5/lib-dynload/_functools.so'>, '_hashlib':
<module '_hashlib' from '/usr/lib/python2.5/lib-dynload/_hashlib.so'>,
'_locale': <module '_locale' from '/usr/lib/python2.5/lib-dynload/
_locale.so'>, '_random': <module '_random' from '/usr/lib/python2.5/
lib-dynload/_random.so'>, '_struct': <module '_struct' from '/usr/lib/
python2.5/lib-dynload/_struct.so'>, '_threading_local': <module
'_threading_local' from '/usr/lib/python2.5/
_threading_local.pyc'>, ...}

what could cause all these errors. If you notice they are errors in
the python files google app engine provided.




I am new to google apps engine but not new to python. I however never
hardcore used python for any web or software application development.


do you think it's something to do with how the files are being linked?

I mean I was given a mange.py file and a folder for the app. The
manage.py was in that folder.  I tried running it and I got an error
saying can't find the sdk.

When I moved the manage.py  to the directory of the google apps engine
it worked.

Could you tell me were should my app files be and how can I run
manage.py and have it to be able to see the SDK.


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