On Sep 5, 2009, at 8:09 AM, Jose wrote: > With the svn r.1199 (streamer.py) broke something. > > File "/usr/home/jose/web2py/gluon/streamer.py", line 49, in > stream_file_or_304_or_206 > if e[0] == errno.EISDIR: > NameError: global name 'errno' is not defined
Try adding 'import errno' to streamer.py. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

