I try to install and see this error:
> python setup.py install
Traceback (most recent call last):
File "setup.py", line 36, in
version=find_version('mincss/__init__.py'),
File "setup.py", line 23, in find_version
version_file, re.M)
File "C:\Python33\lib\re.py", line 161, in search
return _compile(pattern, flags).search(string)
TypeError: can't use a string pattern on a bytes-like object
Comment
I don't think mincss works with python3. I've never done any work on porting it.
If you don't require py3 I recommend you install python 2.7.
Parent comment
I try to install and see this error: > python setup.py install Traceback (most recent call last): File "setup.py", line 36, in
version=find_version('mincss/__init__.py'),
File "setup.py", line 23, in find_version
version_file, re.M)
File "C:\Python33\lib\re.py", line 161, in search
return _compile(pattern, flags).search(string)
TypeError: can't use a string pattern on a bytes-like object