Maybe because I'm running it with python. Did you use Java?
No. I used Python v2.7.3 and Google App Engine SDK for Python v1.6.6 (Windows).
The contents of my 'app.yaml' file were as follows:
application: juiceboxgallery
version: 1
runtime: python
api_version: 1
handlers:
- url: /(.*\.(gif|png|jpeg|jpg|js|css|xml))
static_files: \1
upload: (.*\.(gif|png|jpeg|jpg|js|css|xml))
- url: .*
script: main.py
The 'main.py' file remained unchanged from the 'website.zip' file referenced in the link I posted.
Also, make sure that you are using the latest version of Juicebox (v1.0.2) to ensure that bugs present in earlier versions (which have since been fixed) are not contributing to your problem.
Please see the Upgrading Juicebox section of the Juicebox support pages for details if necessary.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.