Quote:
Originally Posted by roger64
Do you think the script is limited to Python 2.x users? Which version of Python did you use to write your script?
|
Give version 3 a shot (in both python 2.x and 3.x). It works with my testing, but things can get weird with unicode filenames and zipfiles. Also if there's any special characters in the css file that can't be decoded with the utf-8 codec, there could be issues.