My TurboGears based app (still somewhat under development) throws this
error, "exceptions.IOError [Errno 32] Broken pipe". My app uses TG
1.0.2 and Kid templates, along with the identity module for TG.

I've peppered my code with log.debug statements, and it's failing at a
point when I return a multi-valued function:

def foo()
  return 1, 2, 3, 4, 5

a, b, c, d, e = foo()

Restarting TG was making it go away, but now it fails every time.  It
happens to be the main page of the app, so I'm really confused on this
one.


Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to