I have installed web2py (Version 1.52 (2008-12-02 16:14:02)).

Now when I edit any code (whether changes made or not) and save I get
a ticket thrown by edit.html

Traceback (most recent call last):
  File "E:\DevTools\web2py\gluon\restricted.py", line 62, in
restricted
    exec ccode in environment
  File "E:\DevTools\web2py\applications\admin/views/default/
edit.html", line 45, in <module>
  File "E:\DevTools\web2py\gluon\globals.py", line 59, in write
    else: self.body.write(xmlescape(data))
  File "E:\DevTools\web2py\gluon\html.py", line 17, in xmlescape
    return data.xml()
  File "E:\DevTools\web2py\gluon\languages.py", line 38, in xml
    return cgi.escape(str(self))
  File "E:\DevTools\web2py\gluon\languages.py", line 35, in __str__
    if self.s: return m % self.s
ValueError: unsupported format character '(' (0x28) at index 16

This is the same whether I am saving my code or web2py code, e.g.
welcome.  Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to