I have a problem with google app engine; i worked on python application using
ecllipse editor to read from and compress to zip folder,then when i upload this
application into google app engine, i have this problem when i try to view my
application at the browser(my_applicationID.appspot.com):
((Error: Server Error
The server encountered an error and could not complete your request.))
When i run the application locally on the browser,i get this problem::
(((<type 'exceptions.IOError'>: [Errno 13] file not accessible:
'C:/EclipseWorkspaces/csse120/t.zip'))))
from this partition of the dev_appserver.py page::
if not FakeFile.IsFileAccessible(filename):
raise IOError(errno.EACCES, 'file not accessible', filename)
super(FakeFile, self).__init__(filename, mode, bufsize, **kwargs)
although the file path is correct,and when i run the application as python run,
it run coorrectly without any problem.
Please i want a help.Can any one help me??
Original issue reported on code.google.com by Doaa_...@yahoo.com on 23 Feb 2012 at 10:37
Original issue reported on code.google.com by
Doaa_...@yahoo.com
on 23 Feb 2012 at 10:37