meghavidhate43 / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

File not accessible problem #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Please i want a solution for this problem as soon as possible.

Original comment by Doaa_...@yahoo.com on 24 Feb 2012 at 8:22