Hello,

I've made 7 GEA apps, so not a newbie. I am with heavy sigh asking for
other eyes on a smalltime problem in my code. I've perused my code
almost a whole day looking for cause of the problem. Searched this
group with my error output. The line creating the error has duplicate
line in other places that works just fine. It is in the
self.response.out.write(template.render(path, template_values)
line 44. Other classes with a self.response.out.write(template.render
(path, template_values) work just fine. And yes, I have splashpage.txt
in the directory with main.py

I don't have any friends who code specifically in Django or GAE, and
need other eyes for this.

Errors Yes
http://my-toolbox.appspot.com/

Errors No
http://my-toolbox.appspot.com/toolbox

Source for main.py
http://my-toolbox.appspot.com/static/main.py


Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 501, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/my-toolbox/2.331935541301184382/main.py",
line 44, in get
    self.response.out.write(template.render(path, template_values))
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
template.py", line 80, in render
    t = load(template_path, debug)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
template.py", line 108, in load
    template = django.template.loader.get_template(file_name)
  File "/base/python_lib/versions/1/django/template/loader.py", line
80, in get_template
    template = get_template_from_string(source, origin, template_name)
  File "/base/python_lib/versions/1/django/template/loader.py", line
88, in get_template_from_string
    return Template(source, origin, name)
  File "/base/python_lib/versions/1/django/template/__init__.py", line
158, in __init__
    self.nodelist = compile_string(template_string, origin)
  File "/base/python_lib/versions/1/django/template/__init__.py", line
174, in compile_string
    return parser.parse()
  File "/base/python_lib/versions/1/django/template/__init__.py", line
253, in parse
    self.empty_variable(token)
  File "/base/python_lib/versions/1/django/template/__init__.py", line
309, in empty_variable
    raise self.error( token, "Empty variable tag")
TemplateSyntaxError: Empty variable tag
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to