Muhammad,

I'd do that this way

from paste.wsgilib import add_close

f = open(filename)
r = Response(mimetype='application/octet-stream')
r.content = add_close(f, lambda: f.close())
return r


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to