Hi Graham,
I'm getting an
IOError: sys.stdout access restricted by mod_wsgi
error from an unexpected source. The offending code is a class
definition in html2text.py (http://www.aaronsw.com/2002/html2text/)
class _html2text(sgmllib.SGMLParser):
def __init__(self, out=sys.stdout.write, baseurl=''):
...
Not sure whether this should be considered an issue with mod_wsgi or
not, but the script isn't actually attempting to print anything - the
class is not even initialised in my code.
Cheers,
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---