| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Dec 8 '12 at 7:02 | |
| stats | profile views | 20 |
|
Mar 8 |
awarded | Notable Question |
|
Nov 26 |
accepted | Get list of static files in a folder in server in Google App Engine platform |
|
Nov 26 |
comment |
Get list of static files in a folder in server in Google App Engine platform Great. I'm using windows now so I'll have to research on how to create symlinks on window. |
|
Nov 26 |
comment |
Get list of static files in a folder in server in Google App Engine platform Yes, I only need the filenames. This means I have to keep 2 folders (1 static and 1 non-static) to contain same images. I am trying to avoid this. I was just wondering if it's possible to just have a non-static folder of images. Let python script get the filenames from that non-static folder, then access the non-static folder from a static html file through <img> tag |
|
Nov 26 |
comment |
Get list of static files in a folder in server in Google App Engine platform follow up question, if I just move the files to another directory and not declare them as static so python script can access them, will my static .htm page be able to access those images? The main reason why I need the python script is so that I can upload as many photos as I want in a particular folder, get the list and dynamically add them to the static .htm page. |
|
Nov 26 |
asked | Get list of static files in a folder in server in Google App Engine platform |
|
Nov 25 |
answered | Call Python from jQuery in Google App Engine platform |
|
Nov 25 |
comment |
Call Python from jQuery in Google App Engine platform found the problem. Some incorrect indent in the python script. Thanks for the help |
|
Nov 25 |
comment |
Call Python from jQuery in Google App Engine platform @leo The previous script on images is working from terminal. I have updated the post to use a simpler script. RocketDonkey, I have deduced that the problem is with app.yaml. When I add another handler, I get the server error |
|
Nov 25 |
revised |
Call Python from jQuery in Google App Engine platform deleted 186 characters in body |
|
Nov 25 |
revised |
Call Python from jQuery in Google App Engine platform deleted 186 characters in body |
|
Nov 25 |
revised |
Call Python from jQuery in Google App Engine platform added 4 characters in body |
|
Nov 25 |
comment |
Call Python from jQuery in Google App Engine platform maybe someone can help me with whatever the problem is with my setup? |
|
Nov 25 |
comment |
Call Python from jQuery in Google App Engine platform @leo That gives me a server error. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. |
|
Nov 25 |
asked | Call Python from jQuery in Google App Engine platform |
|
Nov 25 |
comment |
Script Handler for Google App Engine this solved it. thanks! Just added init.py in 'static' folder |
|
Nov 25 |
accepted | Script Handler for Google App Engine |
|
Nov 25 |
comment |
Script Handler for Google App Engine I did not get the threadsafe error. I was talking about the HTTP Error 500 (Internal Server Error). I tried false and it's not working also. I am just accessing the server through localhost:8080 and have started the application through Google App Engine Launcher. |
|
Nov 25 |
comment |
Script Handler for Google App Engine I get the server error same as before. I am just following google app engine tutorial from link |
|
Nov 25 |
comment |
Script Handler for Google App Engine I added the code you mentioned and changed app.yaml and now I get a different error. Fatal error when loading application configuration: threadsafe cannot be enabled with CGI handler: static.scripts.helloworld.py |