Comment 6 for bug 1164486

Revision history for this message
Daniel Widerin (saily) wrote :

A little bit more information here, cssutils 0.9.10 is the problem. you could use 0.9.9.

on urllib 0.9.10 development focused on pyhton 3 which uses urllib2 as default urrlib.
In python 2.7 urllib has no module request, therefore you get the error: ``ImportError: No module named request``.

cssutils author broke python2.7 support with his latest release.