rennat / pynliner

Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils
http://pythonhosted.org/pynliner/
180 stars 93 forks source link

Handle mod_wsgi and bs4 incompatibility #17

Closed joyce closed 12 years ago

joyce commented 12 years ago

Due to the incompatibility between mod-wsgi and BeautifulSoup (https://bugs.launchpad.net/beautifulsoup/+bug/948577), we check to see if mod_wsgi is being used, in which case, we use the html5 parser instead to ensure that the lxml parsing will not interfere. If mod_wsgi is not detected, BeautifulSoup can use whatever default parser, including lxml.