On 7/2/07, Brian <[EMAIL PROTECTED]> wrote:
> I should note that this library of existing scripts is quite large,
> and attempting to modify them (ie change prints to something else)
> would be a bit of work.  I DID attempt to go the route of making a
> controller return a generator that invokes my initial function,
> however this quickly turned into a mess since generators may not
> 'return' values, and many of the classes used in these scripts
> regularly return values and results of function calls.

Steve Yegge talked about this problem (in the generic case, not
specific to Pylons or Python) in one of his recent blog posts. I think
you may find it to be fascinating reading:
http://steve-yegge.blogspot.com/2007/06/rich-programmer-food.html

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

Reply via email to